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 8c7fe68 commit c550974Copy full SHA for c550974
src/exceptions.jl
@@ -29,7 +29,7 @@ struct SingularException <: Exception
29
end
30
31
function Base.showerror(io::IO, ex::SingularException)
32
- print(io, "SingularException: matrix is singular; factorization failed. Zero eigenvalue found at index ", ex.info)
+ print(io, "SingularException: matrix is singular; factorization failed. Zero pivot found at index ", ex.info)
33
34
35
"""
0 commit comments