We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e0ae7 commit c876543Copy full SHA for c876543
test/DetailsTest/AbsArray.jl
@@ -3,7 +3,7 @@ A=rand(10,10); x=ones(10); b=A'*x;
3
B=A';
4
MPB=mplu(B)
5
z=MPB\b
6
-absok = (norm(x - z,Inf) < 1.e-11)
+absok = (norm(x - z,Inf) < 1.e-10)
7
absok || println(norm(x-z,Inf))
8
return absok
9
end
0 commit comments