コード例 #1
0
ファイル: cvxcore.py プロジェクト: zxuen/cvxpy
 def __init__(self, *args) -> None:
     _cvxcore.IntVector_swiginit(self, _cvxcore.new_IntVector(*args))
コード例 #2
0
ファイル: cvxcore.py プロジェクト: jleamer/convex-polarimetry
 def __init__(self, *args):
     this = _cvxcore.new_IntVector(*args)
     try:
         self.this.append(this)
     except Exception:
         self.this = this