Skip to content

Commit 5e0620c

Browse files
committed
specify full-rank
1 parent 04f1465 commit 5e0620c

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
@@ -636,7 +636,7 @@ Two
636636

637637
### Return value
638638

639-
Returns an array value that represents the solution to the linear system of equations.
639+
For a full-rank matrix, returns an array value that represents the solution to the linear system of equations.
640640

641641
Raises `LINALG_ERROR` if the matrix is singular to working precision.
642642
Raises `LINALG_VALUE_ERROR` if the matrix and rhs vectors have invalid/incompatible sizes.

0 commit comments

Comments
 (0)