v0.0.18
What's Changed
- Fix a typo in the bibtex entries by @pnkraemer in #200
- Implement matrix functions by combining matrix decompositions with dense matrix functions by @pnkraemer in #201
- Improve the consistency of bidiag() and tridiag_sym() by @pnkraemer in #202
- Move matvec to estimation instead of algorithm-construction to avoid future code duplication by @pnkraemer in #203
- Add a 'materialize' option to tridiag() and bidiag() to simplify downstream applications by @pnkraemer in #204
Full Changelog: v0.0.17...v0.0.18