Published January 17, 2025
| Version v0.9.0
Software
Open
KrylovKit
Authors/Creators
Description
KrylovKit v0.9.0
- New function
lssolvefor least squares problems (usingLSMRalgorithm) - New functions
reallinsolveandrealeigsolvefor solving linear problems and eigenvalue problems with linear maps which are formulated in complex arithmetic, but are only linear with respect to real linear combinations (i.e. assume to be working in a real vector space irrespective of the scalar type)
Breaking changes
- The verbosity system and the output formatting has been redesigned (both in the primal methods and the
rrules). The default verbosity level is now1, which means that warnings will be printed by default, but all other output (info messages) are suppressed. Before, the default verbosity was such that all output (including warnings) were suppressed.
Merged pull requests:
- Implement support for real linear maps (#105) (@Jutho)
- Change rrule verbosity behaviour (#106) (@Jutho)
- LSMR further updates (#111) (@Jutho)
- simplify and improve lsmr implementation (#112) (@Jutho)
- add LSMR reorthogonalisation functionality (#113) (@Jutho)
Closed issues:
- stackoverflow (#102)
Notes
Files
Jutho/KrylovKit.jl-v0.9.0.zip
Files
(140.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:aad87a75cb45fc79a120bffb20f06fe1
|
140.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/Jutho/KrylovKit.jl/tree/v0.9.0 (URL)
Software
- Repository URL
- https://github.com/Jutho/KrylovKit.jl