예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def set_linOp_data(self, tree):
     return _cvxcore.LinOp_set_linOp_data(self, tree)
예제 #2
0
 def set_linOp_data(self, tree: "LinOp") -> "void":
     return _cvxcore.LinOp_set_linOp_data(self, tree)