| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-23 | 705 Bytes | |
| v2.13.0 source code.tar.gz | 2026-02-23 | 298.9 kB | |
| v2.13.0 source code.zip | 2026-02-23 | 326.0 kB | |
| Totals: 3 Items | 625.6 kB | 1 | |
LinearOperators v2.13.0
Merged pull requests:
- Improve inferrability (#383) (@timholy)
- Add ShiftedOperator for shifted linear operators (#394) (@farhadrclass)
- Patch bfgs upper bound (#399) (@MaxenceGollier)
- Fix allocation issue on julia pre CI (#402) (@MaxenceGollier)
- Fix inferrability of
size(::AdjTrans)(#403) (@timholy) - Skip
conj.(v)for real-valued vectors (#404) (@timholy) - Describe
LinearOperator{T, S}(args...)in docs (#405) (@timholy) - Use
hasmethodfor checkingmul!implementation (#406) (@timholy)
Closed issues:
- Efficient
get_nargs(#275)