We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecc499 commit abb09f8Copy full SHA for abb09f8
NEWS.md
@@ -43,6 +43,8 @@ Standard library changes
43
* Added keyword arguments `rtol`, `atol` to `pinv` and `nullspace` ([#29998]).
44
* `UniformScaling` instances are now callable such that e.g. `I(3)` will produce a `Diagonal` matrix ([#30298]).
45
* Eigenvalues λ of general matrices are now sorted lexicographically by (Re λ, Im λ) ([#21598]).
46
+* `one` for structured matrices (`Diagonal`, `Bidiagonal`, `Tridiagonal`, `Symtridiagonal`) now preserves
47
+ structure and type. ([#29777])
48
49
#### SparseArrays
50
0 commit comments