예제 #1
0
 def EliminateZeroRows(self, threshold=1e-12):
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self, threshold)
예제 #2
0
파일: blockmatrix.py 프로젝트: mfem/PyMFEM
 def EliminateZeroRows(self, threshold=1e-12):
     r"""EliminateZeroRows(BlockMatrix self, double const threshold=1e-12)"""
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self, threshold)
예제 #3
0
 def EliminateZeroRows(self):
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self)