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