Example #1
0
 def assign(self, n, x):
     return _cvxcore.LinOpVector_assign(self, n, x)
Example #2
0
 def assign(self, n: "std::vector< LinOp * >::size_type", x: "LinOp") -> "void":
     return _cvxcore.LinOpVector_assign(self, n, x)