예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def get_args(self):
     return _cvxcore.LinOp_get_args(self)
예제 #2
0
 def get_args(self) -> "std::vector< LinOp const *,std::allocator< LinOp const * > > const":
     return _cvxcore.LinOp_get_args(self)