예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def assign(self, n, x):
     return _cvxcore.DoubleVector2D_assign(self, n, x)
예제 #2
0
 def assign(self, n: "std::vector< std::vector< double > >::size_type", x: "DoubleVector") -> "void":
     return _cvxcore.DoubleVector2D_assign(self, n, x)