julia
7ee15d13 - LinearAlgebra: fix copyto! with aliased arrays (#54044)

Commit
1 year ago
LinearAlgebra: fix copyto! with aliased arrays (#54044) Fixes https://github.com/JuliaLang/julia/issues/39460 by ensuring that the matrices are `unalias`ed before copying. Also added `dataids` and `unaliascopy` for some of the wrapper types, which makes more such `copyto!` operations with aliased matrices return correct results.
Author
Parents
Loading