Пример #1
0
 def EliminateZeroRows(self, threshold=1e-12):
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self, threshold)
Пример #2
0
 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)