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