예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def reserve(self, n):
     return _cvxcore.ConstLinOpVector_reserve(self, n)
예제 #2
0
 def reserve(self, n: "std::vector< LinOp const * >::size_type") -> "void":
     return _cvxcore.ConstLinOpVector_reserve(self, n)