Skip to content

Commit 5d7d7ba

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent b23c811 commit 5d7d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ Experimental
10011001
This operator returns the inverse of a `real` or `complex` square matrix \( A \).
10021002
The inverse \( A^{-1} \) is defined such that \( A \cdot A^{-1} = A^{-1} \cdot A = I_n \).
10031003

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

10061006
### Syntax
10071007

0 commit comments

Comments
 (0)