v0.8.2
IterativeSolvers v0.8.2
Closed issues:
- norm(matrix) -> opnorm(matrix) in Julia 0.7 (#201)
- Error when initializing idrs! from [very near] solution (#222)
- lobpcg has spurious PosDefExceptions (#223)
- Some issues with non-determinancy of output (#234)
- Can
adjoint(A)
be placed outside of the loop? (#240) - LOBPCG unstable, PosDefExceptions (#242)
- MethodError: no method matching mul! with lsqr on julia 1.1 (#243)
- Issues with interactions of LOBPCG and LinearMaps.LinearCombination (#259)
- CG with Diagonal Preconditioner has dubiously high memory allocations (#262)
- gmres: nans with complex (#267)
Merged pull requests:
- Fix DiagonalIndices when sparse matrix indices are not Int64. (#233) (@tkonolige)
- Fix #223 - lobpcg matrix size too small (#237) (@mohamed82008)
- move adjoint outside of loop (#241) (@vincentcp)
- fix idrs! when near solution (#253) (@platawiec)
- QMR (#255) (@platawiec)
- Install TagBot as a GitHub Action (#265) (@JuliaTagBot)
- This comma does not belong here. (#266) (@mschauer)
- Fix division by zero due to exact off-diagonal zeros in Hessenberg matrix (#268) (@haampie)
- Fix project config (#269) (@haampie)