Browse Source

Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
f12b1c7b08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions
  1. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f
  2. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/dpotrf.f
  3. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/spotrf.f
  4. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/zpotrf.f

+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/dpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/spotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/zpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


Loading…
Cancel
Save