Marcus P S

Results 27 comments of Marcus P S

Nah, it's not really implemented. The code is a direct translation of the MATLAB code with minimal modifications to make it run. Exponentiation over a number of time samples is...

Ah, sorry, I glossed over "imaginary time".

@berceanu I will push a working 1-norm estimation algorithm soon, and then I will move on to exponentiation of a time interval.

Thanks for the contribution! I'll look at the code a bit more carefully before merging, but it looks interesting. I also have a branch where I properly implement 1-norm estimation,...

I've updated the benchmarking code, and it is not entirely clear if the changes you made make much of a difference. That being said, the cleanups are probably improvements, so...

Thanks, that helps quite a bit. Under the new benchmarking I can see your pull request reducing median memory usage by ~50% and median runtime by ~10%, so it does...

That's right, I haven't gotten around to the precomputed case yet, but there is already some gain. On Sat, Nov 26, 2016, 10:49 PM David Nadlinger wrote: > I just...

A small variation of (JuliaLang/julia#12592) largely addresses this issue. Something like it integrated into `ExpmV.jl` shortly.

Thanks, but there is a branch with a proper implementation of `normest1`, based on work that was done in Base (Julia's core library). It is not GPL (has the same...