Example #1
0
 def Set(self, i, j, a):
     return _sparsemat.SparseMatrix_Set(self, i, j, a)
Example #2
0
 def Set(self, i, j, a):
     r"""Set(SparseMatrix self, int const i, int const j, double const a)"""
     return _sparsemat.SparseMatrix_Set(self, i, j, a)