Skip to content

Commit e0809b0

Browse files
committed
defficient => deficient
1 parent 6363ceb commit e0809b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SRC/cgejsv.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> error bound.
8787
*> = 'A': Small singular values are not well determined by the data
8888
*> and are considered as noisy; the matrix is treated as
89-
*> numerically rank defficient. The error in the computed
89+
*> numerically rank deficient. The error in the computed
9090
*> singular values is bounded by f(m,n)*epsilon*||A||.
9191
*> The computed SVD A = U * S * V^* restores A up to
9292
*> f(m,n)*epsilon*||A||.
@@ -1350,7 +1350,7 @@ SUBROUTINE CGEJSV( JOBA, JOBU, JOBV, JOBR, JOBT, JOBP,
13501350
ELSE IF ( L2RANK ) THEN
13511351
* .. similarly as above, only slightly more gentle (less aggressive).
13521352
* Sudden drop on the diagonal of R1 is used as the criterion for
1353-
* close-to-rank-defficient.
1353+
* close-to-rank-deficient.
13541354
TEMP1 = SQRT(SFMIN)
13551355
DO 3401 p = 2, N
13561356
IF ( ( ABS(A(p,p)) .LT. (EPSLN*ABS(A(p-1,p-1))) ) .OR.

SRC/zgejsv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> error bound.
8787
*> = 'A': Small singular values are not well determined by the data
8888
*> and are considered as noisy; the matrix is treated as
89-
*> numerically rank defficient. The error in the computed
89+
*> numerically rank deficient. The error in the computed
9090
*> singular values is bounded by f(m,n)*epsilon*||A||.
9191
*> The computed SVD A = U * S * V^* restores A up to
9292
*> f(m,n)*epsilon*||A||.

0 commit comments

Comments
 (0)