示例#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)