Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1

This commit is contained in:
martin-frbg
2022-04-21 20:39:29 +02:00
parent 18b19d135b
commit 329cdc31b3
4696 changed files with 27384 additions and 17931 deletions
+1 -4
View File
@@ -249,8 +249,6 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
*> \date April 2012
*
*> \ingroup complexOTHERsolve
*
*> \par Further Details:
@@ -277,10 +275,9 @@
SUBROUTINE CSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X,
$ LDX, RCOND, FERR, BERR, WORK, RWORK, INFO )
*
* -- LAPACK driver routine (version 3.7.0) --
* -- LAPACK driver routine --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* April 2012
*
* .. Scalar Arguments ..
CHARACTER FACT, UPLO