コード例 #1
0
ファイル: cvxcore.py プロジェクト: zxuen/cvxpy
 def reserve(self, n):
     return _cvxcore.LinOpVector_reserve(self, n)
コード例 #2
0
 def reserve(self, n: "std::vector< LinOp * >::size_type") -> "void":
     return _cvxcore.LinOpVector_reserve(self, n)