Esempio n. 1
0
 def GetRowEntries(self, *args):
     return _sparsemat.SparseMatrix_GetRowEntries(self, *args)
Esempio n. 2
0
 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)