You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the bad phrasing of the title.
The following reproduces a test case at line 1102 test/sparsedir/sparse.jl, which fails with PR JuliaLang/julia#14772:
julia> srand(5)
Ac = sprandn(20,20,.5) + im* sprandn(20, 20,.5)
cond(Ac,1) - cond(full(Ac),1)
30.262691632830524
julia> length(Set([Base.SparseArrays.normestinv(Ac) for x in 1:50]))
3