Skip to content

Commit a292e9d

Browse files
committed
Update stdlib_linalg.md
1 parent 3e7c82e commit a292e9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,9 @@ This interface is equivalent to the function [[stdlib_linalg(module):inv(interf
10141014

10151015
Returns a rank-2 square array with the same type, kind and rank as `a`, that contains the inverse of `a`.
10161016

1017-
If an exception occurred on input errors, or singular matrix, NaNs will be returned.
1017+
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.
10181020

10191021

10201022
### Example

0 commit comments

Comments
 (0)