Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using LinearAlgebra.copy_oftype (#626)
This undocumented function does not actually ensure that the result is mutable. Use the same approach as `Base.copymutable`, which relies only on public API.
- Loading branch information