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

This commit is contained in:
Martin Kroeker
2023-06-22 16:18:58 +02:00
committed by GitHub
parent f12b1c7b08
commit 219a73a394
27 changed files with 64 additions and 64 deletions

View File

@@ -71,8 +71,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite; if k < N, the factorization could not
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive; if k < N, the factorization could not
*> be completed, while if k = N, the factorization was
*> completed, but D(N) <= 0.
*> \endverbatim