Ejemplo n.º 1
0
 def EliminateZeroRows(self, threshold=1e-12):
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self, threshold)
Ejemplo n.º 2
0
 def EliminateZeroRows(self, threshold=1e-12):
     r"""EliminateZeroRows(BlockMatrix self, double const threshold=1e-12)"""
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self, threshold)
Ejemplo n.º 3
0
 def EliminateZeroRows(self):
     return _blockmatrix.BlockMatrix_EliminateZeroRows(self)