Update the LAPACK testsuite to match 3.10.1

This commit is contained in:
martin-frbg
2022-05-11 18:40:55 +02:00
parent 510c7222ef
commit ffb4f04fbb
1214 changed files with 3605 additions and 5706 deletions
+3 -6
View File
@@ -66,7 +66,7 @@
*>
*> \param[in] NBVAL
*> \verbatim
*> NBVAL is INTEGER array, dimension (NBVAL)
*> NBVAL is INTEGER array, dimension (NNB)
*> The values of the blocksize NB.
*> \endverbatim
*>
@@ -168,8 +168,6 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
*> \date December 2016
*
*> \ingroup complex16_lin
*
* =====================================================================
@@ -177,10 +175,9 @@
$ THRESH, TSTERR, NMAX, A, AFAC, E, AINV, B,
$ X, XACT, WORK, RWORK, IWORK, NOUT )
*
* -- LAPACK test routine (version 3.7.0) --
* -- LAPACK test routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* December 2016
*
* .. Scalar Arguments ..
LOGICAL TSTERR
@@ -505,7 +502,7 @@
CALL ZLACPY( UPLO, N, N, AFAC, LDA, AINV, LDA )
SRNAMT = 'ZSYTRI_3'
*
* Another reason that we need to compute the invesrse
* Another reason that we need to compute the inverse
* is that ZSYT03 produces RCONDC which is used later
* in TEST6 and TEST7.
*