acroy
acroy
I would like to figure out what `anorm` does hence I asked @GiggleLiu to open this issue.
You are basically right. However if `fac` is changing `B` (like `lufact!`) we need a copy.
Under the hood MATLABs mat format also uses hdf5, so from that perspective it probably doesn’t matter. If we stick to Julia, we could also use [JLD](/JuliaIO/JLD.jl). For sparse matrices...
@matteoacrossi I think a separate package would make sense - possibly starting from #28. Everyone interested could add their method(s), run the benchmark suite and push the results. We would...
Good question. To me, since `exp` computes the exponential of something, `expv` would give the exponential times a vector. But I don't know if that makes sense?
@marcusps : That would very be interesting. We should certainly do some direct benchmarking. In acroy/QuDOS.jl#1 we speculated that the dramatic speedup of Al-Mohy & Higham compared to Expokit was...
Thanks! I will try to have a look.
+100 We should definitely use Docile to do internal and external documentation.
I haven't looked too much into this, but is there a way to have "internal" and "external" (or "expert" and "user") documentation with Docile? I am thinking of having one...
I guess as Docile/Lexicon are or will be the canonical way to do documentation in Julia, so other formats will also be supported if there is enough interest. For us...