def GetRow(self, row, cols, srow): return _sparsemat.SparseMatrix_GetRow(self, row, cols, srow)
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)