예제 #1
0
 def SearchRow(self, *args):
     return _sparsemat.SparseMatrix_SearchRow(self, *args)
예제 #2
0
파일: sparsemat.py 프로젝트: mfem/PyMFEM
 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)