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