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 3e7c82e commit a292e9dCopy full SHA for a292e9d
doc/specs/stdlib_linalg.md
@@ -1014,7 +1014,9 @@ This interface is equivalent to the function [[stdlib_linalg(module):inv(interf
1014
1015
Returns a rank-2 square array with the same type, kind and rank as `a`, that contains the inverse of `a`.
1016
1017
-If an exception occurred on input errors, or singular matrix, NaNs will be returned.
+If an exception occurred on input errors, or singular matrix, `NaN`s will be returned.
1018
+For fine-grained error control in case of singular matrices prefer the `subroutine` and the `function`
1019
+interfaces.
1020
1021
1022
### Example
0 commit comments