Example #1
0
 def capacity(self):
     return _cvxcore.LinOpVector_capacity(self)
Example #2
0
 def capacity(self) -> "std::vector< LinOp * >::size_type":
     return _cvxcore.LinOpVector_capacity(self)