aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/alaerh.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/alaerh.f')
-rw-r--r--TESTING/LIN/alaerh.f22
1 files changed, 15 insertions, 7 deletions
diff --git a/TESTING/LIN/alaerh.f b/TESTING/LIN/alaerh.f
index 4fec4522..0346e10e 100644
--- a/TESTING/LIN/alaerh.f
+++ b/TESTING/LIN/alaerh.f
@@ -139,7 +139,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2013
+*> \date November 2016
*
*> \ingroup aux_lin
*
@@ -147,10 +147,10 @@
SUBROUTINE ALAERH( PATH, SUBNAM, INFO, INFOE, OPTS, M, N, KL, KU,
$ N5, IMAT, NFAIL, NERRS, NOUT )
*
-* -- LAPACK test routine (version 3.5.0) --
+* -- LAPACK test routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2013
+* November 2016
*
* .. Scalar Arguments ..
CHARACTER*3 PATH
@@ -489,20 +489,28 @@
*
ELSE IF( LSAMEN( 2, P2, 'SY' )
$ .OR. LSAMEN( 2, P2, 'SR' )
+ $ .OR. LSAMEN( 2, P2, 'SK' )
$ .OR. LSAMEN( 2, P2, 'HE' )
- $ .OR. LSAMEN( 2, P2, 'HA' )
- $ .OR. LSAMEN( 2, P2, 'HR' ) ) THEN
+ $ .OR. LSAMEN( 2, P2, 'HR' )
+ $ .OR. LSAMEN( 2, P2, 'HK' )
+ $ .OR. LSAMEN( 2, P2, 'HA' ) ) THEN
*
* xSY: symmetric indefinite matrices
* with partial (Bunch-Kaufman) pivoting;
* xSR: symmetric indefinite matrices
* with rook (bounded Bunch-Kaufman) pivoting;
+* xSK: symmetric indefinite matrices
+* with rook (bounded Bunch-Kaufman) pivoting,
+* new storage format;
* xHE: Hermitian indefinite matrices
* with partial (Bunch-Kaufman) pivoting.
-* xHA: Hermitian matrices
-* Aasen Algorithm
* xHR: Hermitian indefinite matrices
* with rook (bounded Bunch-Kaufman) pivoting;
+* xHK: Hermitian indefinite matrices
+* with rook (bounded Bunch-Kaufman) pivoting,
+* new storage format;
+* xHA: Hermitian matrices
+* Aasen Algorithm
*
UPLO = OPTS( 1: 1 )
IF( LSAMEN( 3, C3, 'TRF' ) ) THEN