Exemplo n.º 1
0
 def Set(self, i, j, a):
     return _sparsemat.SparseMatrix_Set(self, i, j, a)
Exemplo n.º 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)