示例#1
0
文件: cvxcore.py 项目: zxuen/cvxpy
 def get_shape(self):
     return _cvxcore.LinOp_get_shape(self)
示例#2
0
 def get_shape(self) -> "std::vector< int,std::allocator< int > >":
     return _cvxcore.LinOp_get_shape(self)