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 db90b37 commit 6a1c397Copy full SHA for 6a1c397
doc/specs/stdlib_linalg.md
@@ -879,7 +879,7 @@ This interface is equivalent to the `pure` version of determinant [[stdlib_linal
879
880
### Syntax
881
882
-`c = ` [[stdlib_linalg(module):operator(.det.)(interface)]] `(a)`
+`c = ` [[stdlib_linalg(module):operator(.det.)(interface)]] `a`
883
884
### Arguments
885
@@ -914,7 +914,7 @@ This interface is equivalent to the function version of [[stdlib_linalg(module)
914
915
916
917
-`b = ` [[stdlib_linalg(module):operator(.inv.)(interface)]] `(a)`
+`b = ` [[stdlib_linalg(module):operator(.inv.)(interface)]] `a`
918
919
920
0 commit comments