v0.3.1
v0.3.1 (2019-11-20)
Closed issues:
- Documentation and examples (#149)
- Precision is lost when using matrices (#126)
- Preconditioners (#52)
Merged pull requests:
- Version 0.3.1 (#160) (abelsiqueira)
- limit LinearOperators < 0.7 (#155) (dpo)
- Update examples (#154) (amontoison)
- Update README.md (#153) (matbesancon)
- Add documentation (#152) (amontoison)
- Update variants to not convert unless necessary (#150) (abelsiqueira)
- Hotfix (#148) (amontoison)
- An implementation of BiLQ (#146) (amontoison)
- An implementation of USYMQR (#145) (amontoison)
- Add Eye function (#144) (amontoison)
- An implementation of MINRES-QLP (#142) (amontoison)
- Update sym_givens function for multiprecision (#140) (amontoison)
- Add @kref! macro (#139) (amontoison)
- test Julia 1.2 on CI (#137) (dpo)
- run CI on Travis/Windows (#136) (dpo)
- Multiprecision support (#134) (amontoison)
- An implementation of QMR (#132) (amontoison)
- Replace REQUIRE with Project.toml (#131) (dpo)
- Don't allocate w in SYMMLQ and LSLQ (#127) (amontoison)
- Minor improvements to CRAIG and LSQR (#125) (dpo)
- Preconditioned CG_LANCZOS_SHIFT_SEQ (#117) (amontoison)
- Generalized Golub Kahan Bidiagonalization (#109) (amontoison)
- Left preconditioner in DIOM and DQGMRES (#89) (amontoison)
- An implementation of USYMLQ (#88) (amontoison)