Exemple #1
0
 def SearchRow(self, *args):
     return _sparsemat.SparseMatrix_SearchRow(self, *args)
Exemple #2
0
 def SearchRow(self, *args):
     r"""
     SearchRow(SparseMatrix self, int const col) -> double
     SearchRow(SparseMatrix self, int const row, int const col) -> double &
     """
     return _sparsemat.SparseMatrix_SearchRow(self, *args)