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 dbfa2fe commit 4c9c37fCopy full SHA for 4c9c37f
src/exceptions.jl
@@ -38,7 +38,7 @@ function Base.showerror(io::IO, ex::PosDefException)
38
else
39
print(io, "positive definite")
40
end
41
- print(io, "; Cholesky factorization failed.")
+ print(io, "; Factorization failed.")
42
43
44
struct RankDeficientException <: Exception
0 commit comments