Esempio n. 1
0
 def _Add_(self, *args):
     return _sparsemat.SparseMatrix__Add_(self, *args)
Esempio n. 2
0
 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)