示例#1
0
文件: cvxcore.py 项目: zxuen/cvxpy
 def set_data_ndim(self, ndim):
     return _cvxcore.LinOp_set_data_ndim(self, ndim)
示例#2
0
 def set_data_ndim(self, ndim: "int") -> "void":
     return _cvxcore.LinOp_set_data_ndim(self, ndim)