示例#1
0
 def GetRowEntries(self, *args):
     return _sparsemat.SparseMatrix_GetRowEntries(self, *args)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def GetRowEntries(self, *args):
     r"""
     GetRowEntries(SparseMatrix self, int const row) -> double
     GetRowEntries(SparseMatrix self, int const row) -> double const *
     """
     return _sparsemat.SparseMatrix_GetRowEntries(self, *args)