We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9b3e6 commit 56bf7f7Copy full SHA for 56bf7f7
src/stdlib_linalg_least_squares.fypp
@@ -140,7 +140,7 @@ submodule (stdlib_linalg) stdlib_linalg_least_squares
140
allocate(x,source=b)
141
xmat(1:n,1:nrhs) => x
142
143
- ! Singular values array (in degreasing order)
+ ! Singular values array (in decreasing order)
144
allocate(singular(mnmin))
145
146
! rcond is used to determine the effective rank of A.
0 commit comments