Esempio n. 1
0
 def GetRowColumns(self, *args):
     return _sparsemat.SparseMatrix_GetRowColumns(self, *args)
Esempio n. 2
0
 def GetRowColumns(self, *args):
     r"""
     GetRowColumns(SparseMatrix self, int const row) -> int
     GetRowColumns(SparseMatrix self, int const row) -> int const *
     """
     return _sparsemat.SparseMatrix_GetRowColumns(self, *args)