Skip to content

Commit 6414548

Browse files
authored
Merge pull request #4097 from martin-frbg/lapack849
Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
2 parents 9487046 + 7b73666 commit 6414548

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+265
-265
lines changed

lapack-netlib/SRC/VARIANTS/cholesky/RL/cpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/RL/dpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/RL/spotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/RL/zpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/TOP/dpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/TOP/spotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/VARIANTS/cholesky/TOP/zpotrf.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
C> INFO is INTEGER
8080
C> = 0: successful exit
8181
C> < 0: if INFO = -i, the i-th argument had an illegal value
82-
C> > 0: if INFO = i, the leading minor of order i is not
83-
C> positive definite, and the factorization could not be
82+
C> > 0: if INFO = i, the leading principal minor of order i
83+
C> is not positive, and the factorization could not be
8484
C> completed.
8585
C> \endverbatim
8686
C>

lapack-netlib/SRC/chegv.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
*> i off-diagonal elements of an intermediate
161161
*> tridiagonal form did not converge to zero;
162162
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
163-
*> minor of order i of B is not positive definite.
163+
*> principal minor of order i of B is not positive.
164164
*> The factorization of B could not be completed and
165165
*> no eigenvalues or eigenvectors were computed.
166166
*> \endverbatim

lapack-netlib/SRC/chegv_2stage.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
*> i off-diagonal elements of an intermediate
180180
*> tridiagonal form did not converge to zero;
181181
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
182-
*> minor of order i of B is not positive definite.
182+
*> principal minor of order i of B is not positive.
183183
*> The factorization of B could not be completed and
184184
*> no eigenvalues or eigenvectors were computed.
185185
*> \endverbatim

0 commit comments

Comments
 (0)