You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Preserve Hessenberg shape when possible
* Remove obsolete comments
* Add NEWS
* Support for unitful Hessenberg matrices
* Mark some tests for unitful matrices as broken
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ Standard library changes
93
93
* On aarch64, OpenBLAS now uses an ILP64 BLAS like all other 64-bit platforms. ([#39436])
94
94
* OpenBLAS is updated to 0.3.13. ([#39216])
95
95
* SuiteSparse is updated to 5.8.1. ([#39455])
96
+
* The shape of an `UpperHessenberg` matrix is preserved under certain arithmetic operations, e.g. when multiplying or dividing by an `UpperTriangular` matrix. ([#40039])
96
97
*`cis(A)` now supports matrix arguments ([#40194]).
0 commit comments