Skip to content

Commit aefab75

Browse files
committed
Document SingularException throw for inv(::AbstractMatrix) (#1331)
1 parent f137858 commit aefab75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/generic.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,8 @@ Matrix inverse. Computes matrix `N` such that
11341134
Computed by solving the left-division
11351135
`N = M \\ I`.
11361136
1137+
A [`SingularException`](@ref) is thrown if `M` fails numerical inversion.
1138+
11371139
# Examples
11381140
```jldoctest
11391141
julia> M = [2 5; 1 3]

0 commit comments

Comments
 (0)