コード例 #1
0
ファイル: cvxcore.py プロジェクト: zxuen/cvxpy
 def front(self):
     return _cvxcore.IntVector_front(self)
コード例 #2
0
 def front(self) -> "std::vector< int >::value_type const &":
     return _cvxcore.IntVector_front(self)