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