acroy / Expokit.jl

Julia implementation of EXPOKIT routines
Other
26 stars 11 forks source link

Overspecialization #38

Open mschauer opened 5 years ago

mschauer commented 5 years ago

The function signature in https://github.com/acroy/Expokit.jl/blob/master/src/expmv.jl#L44 has w::Vector. This could be relaxted to w::AbstractVector to apply expmv! to views, I believe.