Fix typos in comments and documentation of LAPACK (Reference-LAPACK PR 820) (#4045)
* Fix typos in comments and documentation (Reference-LAPACK PR 820)
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
OK = .TRUE.
|
||||
*
|
||||
* Test error exits of the routines that use factorization
|
||||
* of a Hermitian indefinite matrix with patrial
|
||||
* of a Hermitian indefinite matrix with partial
|
||||
* (Bunch-Kaufman) diagonal pivoting method.
|
||||
*
|
||||
IF( LSAMEN( 2, C2, 'HE' ) ) THEN
|
||||
@@ -526,7 +526,7 @@
|
||||
ELSE IF( LSAMEN( 2, C2, 'HP' ) ) THEN
|
||||
*
|
||||
* Test error exits of the routines that use factorization
|
||||
* of a Hermitian indefinite packed matrix with patrial
|
||||
* of a Hermitian indefinite packed matrix with partial
|
||||
* (Bunch-Kaufman) diagonal pivoting method.
|
||||
*
|
||||
* ZHPTRF
|
||||
|
||||
Reference in New Issue
Block a user