🤖 [master] Bump the LinearAlgebra stdlib from d568106 to 7e11b5e (#59895)
Stdlib: LinearAlgebra
URL: https://github.com/JuliaLang/LinearAlgebra.jl.git
Stdlib branch: master
Julia branch: master
Old commit: d568106
New commit: 7e11b5e
Julia version: 1.13.0-DEV
LinearAlgebra version: 1.13.0
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)
Diff:
https://github.com/JuliaLang/LinearAlgebra.jl/compare/d5681068f1703644d7e5b5a6b7a9b9528d834bce...7e11b5e1b474ff742fb55f420631964b60158fe6
```
$ git log --oneline d568106..7e11b5e
7e11b5e Add `AbstractArray` conversions for `AbstractQ` (#1470)
52c41f7 Add missing methods to `diagind` documentation (#1473)
28ee87e Overload array constructors for BunchKaufman (#1461) (#1466)
6f73f65 Add 'eigmin'/'eigmax' methods for 'Eigen' (#1468)
7b21cab Use `Iterators.rest` within `generic_norm` to simplify code (#1459)
57ac0eb Make `parentof_applytri` fully type-stable (#1243)
880a9fe Add `_sym_uplo` to skip validation (#1441)
8d6ca14 Public function to access the `uplo` for `Symmetric`/`Hermitian` (#1440)
7a4b27e Make `dot` with Bool-arrays type-stable (#1456)
6fe77f8 Make `dot` with Bool-arrays type-stable
5af75df Remove zeroing in `similar` for `Hermitian` (#1455)
5685390 Index into diag in `Tridigaonal` * `Diagonal` (#1454)
51923a5 Forward structure-preserving broadcasting to diag for `Diagonal` (#1423)
35a4427 Iterator norm in `isapprox` for `Array`s (#1378)
98723df Structured broadcasting for UpperHessenberg (#1325)
```
Co-authored-by: IanButterworth <1694067+IanButterworth@users.noreply.github.com>