Skip to content

Commit

Permalink
Update doc/specs/stdlib_linalg.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
perazz and jvdp1 authored Jun 21, 2024
1 parent b23c811 commit 5d7d7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_linalg.md
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ Experimental
This operator returns the inverse of a `real` or `complex` square matrix \( A \).
The inverse \( A^{-1} \) is defined such that \( A \cdot A^{-1} = A^{-1} \cdot A = I_n \).

This interface is equivalent to the function version of [[stdlib_linalg(module):inv(interface)]].
This interface is equivalent to the function [[stdlib_linalg(module):inv(interface)]].

### Syntax

Expand Down

0 comments on commit 5d7d7ba

Please sign in to comment.