예제 #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_)