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