Example #1
0
 def append(self, x):
     return _cvxcore.LinOpVector_append(self, x)
Example #2
0
 def append(self, x: "LinOp") -> "void":
     return _cvxcore.LinOpVector_append(self, x)