[LinearMaps.jl](https://github.com/Jutho/LinearMaps.jl) can map a matrix vector multiplication to a linear operator. Is it possible to support `expmv` fallback for a general linear operator? I need it very much in my current project. see this pr https://github.com/acroy/Expokit.jl/pull/30
LinearMaps.jl can map a matrix vector multiplication to a linear operator.
Is it possible to support
expmvfallback for a general linear operator? I need it very much in my current project.see this pr acroy/Expokit.jl#30