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

This commit is contained in:
Martin Kroeker 2023-06-22 16:10:27 +02:00 committed by GitHub
parent 9d3154701c
commit f12b1c7b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

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>

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>

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>

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>