acroy
acroy
This refers to `chbv!` (e.g. [here](/acroy/Expokit.jl/src/chbv.jl#L82)) and `padm` (e.g. [here](/acroy/Expokit.jl/src/padm.jl#L85)).
I tried this yesterday: ``` function chbv2!{T
`lufact!` only works for dense arrays, right? `cholfact!` requires symmetric/hermitian matrices. If we use an optional argument to provide an appropriate `factorize!` version, we probably have to default to `factorize`.
Sounds great! I would probably add some benchmarks, but this could also be done later on.
I am not sure about that; `expmv`, `phimv` and `padm` are calculating different things (i.e. solve different ODEs) in different ways. At least `expmv` (or `expv`) is used in other...
Ah, you are right of course about `Base.expm` (apparently, I got a bit rusty). The behaviour you describe is exactly what I had in mind. I guess the new type...
I would like to avoid dependencies at this stage. Later on one could still tie into your package or whatever. Access to individual entries could be slow. (One can get...
@ChrisRackauckas : I was also very happy that @mforets woke me from my "hibernation" ... Regarding the license: Before I started this package few years ago I was in contact...
[Done](/JuliaLang/METADATA.jl/pull/12078).
I am not against including AH in this repo if the license allows it? (I think Marcus mentioned the MATLAB code to be under BSD license and his code is...