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