def _Set_(self, *args): return _sparsemat.SparseMatrix__Set_(self, *args)
def _Set_(self, *args): r""" _Set_(SparseMatrix self, int const col, double const a) _Set_(SparseMatrix self, int const row, int const col, double const a) """ return _sparsemat.SparseMatrix__Set_(self, *args)