SciML / ExponentialUtilities.jl

Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
https://docs.sciml.ai/ExponentialUtilities/stable/
Other
96 stars 31 forks source link

Parametrize VType in KrylovSubspace constructor #183

Closed mcarmesin closed 1 day ago

mcarmesin commented 1 day ago

Checklist

Additional context

Allow for overriding the type of the basis vector matrix V used for the KrylovSubspace. V has to be a GPUArray if arnoldi!(Ks,A,b) is executed for b being GPUArray.