Skip to content

Commit 28ae2cb

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 980a555 commit 28ae2cb

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
@@ -937,7 +937,7 @@ If requested, `vt` contains the right singular vectors, as rows of \( V^T \).
937937
### Return values
938938

939939
Returns an array `s` that contains the list of singular values of matrix `a`.
940-
If requested, returns a rank-2 array `u` that contains the left singular values of `a` along its columns.
940+
If requested, returns a rank-2 array `u` that contains the left singular vectors of `a` along its columns.
941941
If requested, returns a rank-2 array `vt` that contains the right singular values of `a` along its rows.
942942

943943
Raises `LINALG_ERROR` if the underlying Singular Value Decomposition process did not converge.

0 commit comments

Comments
 (0)