Exemple #1
0
 def GetRowColumns(self, *args):
     return _sparsemat.SparseMatrix_GetRowColumns(self, *args)
Exemple #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)