Skip to content

Commit c550974

Browse files
jishnubstevengj
andauthored
change to pivot
Co-authored-by: Steven G. Johnson <stevenj@alum.mit.edu>
1 parent 8c7fe68 commit c550974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct SingularException <: Exception
2929
end
3030

3131
function Base.showerror(io::IO, ex::SingularException)
32-
print(io, "SingularException: matrix is singular; factorization failed. Zero eigenvalue found at index ", ex.info)
32+
print(io, "SingularException: matrix is singular; factorization failed. Zero pivot found at index ", ex.info)
3333
end
3434

3535
"""

0 commit comments

Comments
 (0)