コード例 #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)