Skip to content

Commit f12b1c7

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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>

0 commit comments

Comments
 (0)