We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f63778 commit 7452db8Copy full SHA for 7452db8
test/default_algs.jl
@@ -38,7 +38,7 @@ solve(prob)
38
39
A = spzeros(100, 100)
40
A[1,1]=1
41
-# test that solving a singluar problem doesn't error
+# test that solving a singular problem doesn't error
42
prob = LinearProblem(A, ones(100))
43
solve(prob)
44
0 commit comments