Skip to content

Commit b04b3d9

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 77fc5bd commit b04b3d9

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
@@ -610,7 +610,7 @@ Experimental
610610

611611
This function computes the solution to a linear matrix equation \( A \cdot x = b \), where \( A \) is a square, full-rank, `real` or `complex` matrix.
612612

613-
Result vector `x` returns the exact solution to within numerical precision, provided that the matrix is not ill-conditioned. The solver is based on LAPACK's `*GESV` backends.
613+
Result vector or array `x` returns the exact solution to within numerical precision, provided that the matrix is not ill-conditioned. The solver is based on LAPACK's `*GESV` backends.
614614

615615
### Syntax
616616

0 commit comments

Comments
 (0)