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