ODE.jl icon indicating copy to clipboard operation
ODE.jl copied to clipboard

In-place computation of derivatives

Open ntezak opened this issue 9 years ago • 1 comments

Hi there, I saw that there is already some discussion on memory efficiency here and a mention to allow for in-place RHS's. This would be extremely valuable to me for the purpose of simulating quantum systems (and other high-dimensional problems such as PDEs) and so I was wondering how interested you are in making in-place ODEs the default. I would be happy to work on this given your input.

ntezak avatar Apr 02 '16 20:04 ntezak

Yes, I agree, eg #72 uses in-place. I think this can be done without disturbing the high level API.

mauro3 avatar Apr 02 '16 20:04 mauro3