示例#1
0
 def SetWidth(self, width_=-1):
     return _sparsemat.SparseMatrix_SetWidth(self, width_)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def SetWidth(self, width_=-1):
     r"""SetWidth(SparseMatrix self, int width_=-1)"""
     return _sparsemat.SparseMatrix_SetWidth(self, width_)