Skip to content

Commit 860cbb0

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

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
@@ -1056,7 +1056,7 @@ On output, it contains the inverse of `a`.
10561056

10571057
### Return value
10581058

1059-
Replaces matrix \( A \) with its inverse, \(A^{-1}\).
1059+
Computes the inverse of the matrix \( A \), \(A^{-1}\, and returns it either in \( A \) or in another matrix.
10601060

10611061
Raises `LINALG_ERROR` if the matrix is singular or has invalid size.
10621062
Raises `LINALG_VALUE_ERROR` if `inva` and `a` do not have the same size.

0 commit comments

Comments
 (0)