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

Non-allocating versions of expm and phim

Open ChrisRackauckas opened this issue 8 years ago • 2 comments

It would be nice if there could be an optional argument for the Krylov vectors so that way if this is called in a loop the caches don't need to be created each time.

ChrisRackauckas avatar Nov 19 '17 17:11 ChrisRackauckas

It looks like this feature has been implemented recently in OrdinaryDiffEq.

mforets avatar May 29 '18 17:05 mforets

Yup it has been. We may want to refactor that part out later, but for now it's just easier to work on them for the specific purpose (exponential integrator) all together.

ChrisRackauckas avatar May 29 '18 17:05 ChrisRackauckas