3 skills found
SciML / ExponentialUtilities.jlFast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
higham / ExpmvMATLAB codes for matrix exponential times a vector.
marcusps / ExpmV.jlJulia package to compute the result of expm(t*A)*v when A is a sparse matrix, without computing expm(t*A).