| Thread Previous • Date Previous • Date Next • Thread Next |
Currently I'm doing:
v = u.vector()
v[:] = x
v.axpy(1.0, y)
to set the Vector of Function u to x+y, where x,y are Vectors. Is this
the best way?
Martin
| Thread Previous • Date Previous • Date Next • Thread Next |