Beispiel #1
0
 def GetI(self, *args):
     r"""
     GetI(SparseMatrix self) -> int
     GetI(SparseMatrix self) -> int const *
     """
     return _sparsemat.SparseMatrix_GetI(self, *args)
Beispiel #2
0
 def GetI(self):
     return _sparsemat.SparseMatrix_GetI(self)
Beispiel #3
0
 def GetI(self):
     """GetI(SparseMatrix self) -> int *"""
     return _sparsemat.SparseMatrix_GetI(self)