Exemple #1
0
 def GetRow(self, row, cols, srow):
     return _sparsemat.SparseMatrix_GetRow(self, row, cols, srow)
Exemple #2
0
 def GetRow(self, row, cols, srow):
     r"""GetRow(SparseMatrix self, int const row, intArray cols, Vector srow) -> int"""
     return _sparsemat.SparseMatrix_GetRow(self, row, cols, srow)