We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b32b60 commit 9f011ebCopy full SHA for 9f011eb
1 file changed
test/linalg_solvers.jl
@@ -128,6 +128,7 @@ end
128
end
129
130
@testset "sparse matrix cond" begin
131
+ Random.seed!(1235)
132
local A = sparse(reshape([1.0], 1, 1))
133
Ac = sprandn(20, 20,.5) + im*sprandn(20, 20,.5)
134
Ar = sprandn(20, 20,.5) + eps()*I
0 commit comments