Exemplo n.º 1
0
 def SearchRow(self, *args):
     return _sparsemat.SparseMatrix_SearchRow(self, *args)
Exemplo n.º 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)