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.
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.
Checklist
Additional context
Allow for overriding the type of the basis vector matrix
V
used for the KrylovSubspace.V
has to be a GPUArray ifarnoldi!(Ks,A,b)
is executed forb
being GPUArray.