We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23c811 commit 5d7d7baCopy full SHA for 5d7d7ba
doc/specs/stdlib_linalg.md
@@ -1001,7 +1001,7 @@ Experimental
1001
This operator returns the inverse of a `real` or `complex` square matrix \( A \).
1002
The inverse \( A^{-1} \) is defined such that \( A \cdot A^{-1} = A^{-1} \cdot A = I_n \).
1003
1004
-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)]].
1005
1006
### Syntax
1007
0 commit comments