Closed
Description
using LinearAlgebra
u = rand(2)
A = rand(2,2)
b = rand(2)
push!(b,3.0) # works
u = rand(3)
A = rand(3,3)
ldiv!(u,lu(A),b)
push!(b,4.0) # Error: cannot resize array with shared data
Originally posted by @ChrisRackauckas in JuliaLang/julia#33143 (comment)
Metadata
Metadata
Assignees
Labels
No labels