diff --git a/src/generic.jl b/src/generic.jl index afbd7b9f..02058602 100644 --- a/src/generic.jl +++ b/src/generic.jl @@ -1152,6 +1152,8 @@ Matrix inverse. Computes matrix `N` such that Computed by solving the left-division `N = M \\ I`. +A [`SingularException`](@ref) is thrown if `M` fails numerical inversion. + # Examples ```jldoctest julia> M = [2 5; 1 3]