Jutho / KrylovKit.jl

Krylov methods for linear problems, eigenvalues, singular values and matrix functions
Other
284 stars 37 forks source link

Monitoring #5

Closed rveltz closed 5 years ago

rveltz commented 6 years ago

Hi,

This is not really an issue but a suggestion...

Can you provide a way to monitor the run of the computations, like a verbose mode in eigensolve...

Thank you for your help and for your great package!

Jutho commented 6 years ago

That's a good suggestion; I will have to look into the new logging infrastructure of Julia. I expect this should be suitable for that purpose.

Jutho commented 5 years ago

Check out the new verbosity keyword in KrylovKit v0.2.0.

rveltz commented 5 years ago

Thank you!