Skip to content

Releases: Jutho/KrylovKit.jl

v0.1.5

19 Nov 15:50
Compare
Choose a tag to compare

bug fixes to enable KrylovKit on 32bit architecture, added appveyor ci

v0.1.4

06 Nov 23:03
Compare
Choose a tag to compare
  • bug fix in computation of residuals and normres in the Arnoldi eigensolver

v0.1.3

23 Oct 21:34
Compare
Choose a tag to compare
  • Multithreaded implementation for Classical Gram Schmidt orthogonalization, i.e. mimicking BLAS level 2 operations
  • Various bug fixes

v0.1.2

16 Oct 15:13
Compare
Choose a tag to compare

fix small bug in exponentiate (exponentiate relied on a function length being available, which is not true for generic vector-like types).

v0.1.1

07 Sep 22:13
Compare
Choose a tag to compare

Mostly updates to documentation, especially of linsolve.

v0.1.0

03 Sep 23:29
Compare
Choose a tag to compare

First official release of KrylovKit