Exemple #1
0
 def EliminateRowColDiag(self, rc, value):
     return _sparsemat.SparseMatrix_EliminateRowColDiag(self, rc, value)
Exemple #2
0
 def EliminateRowColDiag(self, rc, value):
     r"""EliminateRowColDiag(SparseMatrix self, int rc, double value)"""
     return _sparsemat.SparseMatrix_EliminateRowColDiag(self, rc, value)