Skip to content

Commit 69458ad

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

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

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

943943
Raises `LINALG_ERROR` if the underlying Singular Value Decomposition process did not converge.
944944
Raises `LINALG_VALUE_ERROR` if the matrix or any of the output arrays invalid/incompatible sizes.

0 commit comments

Comments
 (0)