Skip to content

v0.5.0

Compare
Choose a tag to compare
@haampie haampie released this 24 Jan 20:29
· 235 commits to master since this release
756edef
  • BLAS-1 calls like axpy are replaced with broadcasting operations
  • Randomized algorithms have moved to a separate package RandomizedLinAlg.jl
  • ConvergenceHistory objects show a summary when printed
  • Default maximum number of iterations is now the order of the provided matrix
  • Plotting functions unrelated to PlotRecipes are removed
  • The solve function for preconditioners is removed in favour of A_ldiv_B
  • IDR(s) allocates less