Skip to content

Commit a20f533

Browse files
authored
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
1 parent d9a6cac commit a20f533

28 files changed

+63
-63
lines changed

lapack-netlib/SRC/dla_porpvgrw.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ DOUBLE PRECISION FUNCTION DLA_PORPVGRW( UPLO, NCOLS, A, LDA, AF,
134134
*
135135
UPPER = LSAME( 'Upper', UPLO )
136136
*
137-
* DPOTRF will have factored only the NCOLSxNCOLS leading minor, so
138-
* we restrict the growth search to that minor and use only the first
139-
* 2*NCOLS workspace entries.
137+
* DPOTRF will have factored only the NCOLSxNCOLS leading submatrix,
138+
* so we restrict the growth search to that submatrix and use only
139+
* the first 2*NCOLS workspace entries.
140140
*
141141
RPVGRW = 1.0D+0
142142
DO I = 1, 2*NCOLS

lapack-netlib/SRC/dpbsv.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
*> INFO is INTEGER
120120
*> = 0: successful exit
121121
*> < 0: if INFO = -i, the i-th argument had an illegal value
122-
*> > 0: if INFO = i, the leading minor of order i of A is not
123-
*> positive definite, so the factorization could not be
124-
*> completed, and the solution has not been computed.
122+
*> > 0: if INFO = i, the leading principal minor of order i
123+
*> of A is not positive, so the factorization could not
124+
*> be completed, and the solution has not been computed.
125125
*> \endverbatim
126126
*
127127
* Authors:

lapack-netlib/SRC/dpbsvx.f

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*> where U is an upper triangular band matrix, and L is a lower
7272
*> triangular band matrix.
7373
*>
74-
*> 3. If the leading i-by-i principal minor is not positive definite,
74+
*> 3. If the leading principal minor of order i is not positive,
7575
*> then the routine returns with INFO = i. Otherwise, the factored
7676
*> form of A is used to estimate the condition number of the matrix
7777
*> A. If the reciprocal of the condition number is less than machine
@@ -281,10 +281,10 @@
281281
*> = 0: successful exit
282282
*> < 0: if INFO = -i, the i-th argument had an illegal value
283283
*> > 0: if INFO = i, and i is
284-
*> <= N: the leading minor of order i of A is
285-
*> not positive definite, so the factorization
286-
*> could not be completed, and the solution has not
287-
*> been computed. RCOND = 0 is returned.
284+
*> <= N: the leading principal minor of order i of A
285+
*> is not positive, so the factorization could not
286+
*> be completed, and the solution has not been
287+
*> computed. RCOND = 0 is returned.
288288
*> = N+1: U is nonsingular, but RCOND is less than machine
289289
*> precision, meaning that the matrix is singular
290290
*> to working precision. Nevertheless, the

lapack-netlib/SRC/dpbtf2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
*> INFO is INTEGER
9898
*> = 0: successful exit
9999
*> < 0: if INFO = -k, the k-th argument had an illegal value
100-
*> > 0: if INFO = k, the leading minor of order k is not
101-
*> positive definite, and the factorization could not be
100+
*> > 0: if INFO = k, the leading principal minor of order k
101+
*> is not positive, and the factorization could not be
102102
*> completed.
103103
*> \endverbatim
104104
*

lapack-netlib/SRC/dpbtrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
*> INFO is INTEGER
9393
*> = 0: successful exit
9494
*> < 0: if INFO = -i, the i-th argument had an illegal value
95-
*> > 0: if INFO = i, the leading minor of order i is not
96-
*> positive definite, and the factorization could not be
95+
*> > 0: if INFO = i, the leading principal minor of order i
96+
*> is not positive, and the factorization could not be
9797
*> completed.
9898
*> \endverbatim
9999
*

lapack-netlib/SRC/dpftrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
*> INFO is INTEGER
9292
*> = 0: successful exit
9393
*> < 0: if INFO = -i, the i-th argument had an illegal value
94-
*> > 0: if INFO = i, the leading minor of order i is not
95-
*> positive definite, and the factorization could not be
94+
*> > 0: if INFO = i, the leading principal minor of order i
95+
*> is not positive, and the factorization could not be
9696
*> completed.
9797
*> \endverbatim
9898
*

lapack-netlib/SRC/dposv.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@
110110
*> INFO is INTEGER
111111
*> = 0: successful exit
112112
*> < 0: if INFO = -i, the i-th argument had an illegal value
113-
*> > 0: if INFO = i, the leading minor of order i of A is not
114-
*> positive definite, so the factorization could not be
115-
*> completed, and the solution has not been computed.
113+
*> > 0: if INFO = i, the leading principal minor of order i
114+
*> of A is not positive, so the factorization could not
115+
*> be completed, and the solution has not been computed.
116116
*> \endverbatim
117117
*
118118
* Authors:

lapack-netlib/SRC/dposvx.f

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
*> where U is an upper triangular matrix and L is a lower triangular
7272
*> matrix.
7373
*>
74-
*> 3. If the leading i-by-i principal minor is not positive definite,
74+
*> 3. If the leading principal minor of order i is not positive,
7575
*> then the routine returns with INFO = i. Otherwise, the factored
7676
*> form of A is used to estimate the condition number of the matrix
7777
*> A. If the reciprocal of the condition number is less than machine
@@ -277,10 +277,10 @@
277277
*> = 0: successful exit
278278
*> < 0: if INFO = -i, the i-th argument had an illegal value
279279
*> > 0: if INFO = i, and i is
280-
*> <= N: the leading minor of order i of A is
281-
*> not positive definite, so the factorization
282-
*> could not be completed, and the solution has not
283-
*> been computed. RCOND = 0 is returned.
280+
*> <= N: the leading principal minor of order i of A
281+
*> is not positive, so the factorization could not
282+
*> be completed, and the solution has not been
283+
*> computed. RCOND = 0 is returned.
284284
*> = N+1: U is nonsingular, but RCOND is less than machine
285285
*> precision, meaning that the matrix is singular
286286
*> to working precision. Nevertheless, the

lapack-netlib/SRC/dposvxx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
*> where U is an upper triangular matrix and L is a lower triangular
8989
*> matrix.
9090
*>
91-
*> 3. If the leading i-by-i principal minor is not positive definite,
91+
*> 3. If the leading principal minor of order i is not positive,
9292
*> then the routine returns with INFO = i. Otherwise, the factored
9393
*> form of A is used to estimate the condition number of the matrix
9494
*> A (see argument RCOND). If the reciprocal of the condition number

lapack-netlib/SRC/dpotf2.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
*> INFO is INTEGER
9090
*> = 0: successful exit
9191
*> < 0: if INFO = -k, the k-th argument had an illegal value
92-
*> > 0: if INFO = k, the leading minor of order k is not
93-
*> positive definite, and the factorization could not be
92+
*> > 0: if INFO = k, the leading principal minor of order k
93+
*> is not positive, and the factorization could not be
9494
*> completed.
9595
*> \endverbatim
9696
*

0 commit comments

Comments
 (0)