Update LAPACK to 3.8.0
This commit is contained in:
@@ -123,8 +123,7 @@
|
||||
*>
|
||||
*> \param[in,out] AFP
|
||||
*> \verbatim
|
||||
*> AFP is REAL array, dimension
|
||||
*> (N*(N+1)/2)
|
||||
*> AFP is REAL array, dimension (N*(N+1)/2)
|
||||
*> If FACT = 'F', then AFP is an input argument and on entry
|
||||
*> contains the block diagonal matrix D and the multipliers used
|
||||
*> to obtain the factor U or L from the factorization
|
||||
@@ -277,7 +276,7 @@
|
||||
SUBROUTINE SSPSVX( FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X,
|
||||
$ LDX, RCOND, FERR, BERR, WORK, IWORK, INFO )
|
||||
*
|
||||
* -- LAPACK driver routine (version 3.7.0) --
|
||||
* -- LAPACK driver routine (version 3.7.1) --
|
||||
* -- LAPACK is a software package provided by Univ. of Tennessee, --
|
||||
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
|
||||
* April 2012
|
||||
|
||||
Reference in New Issue
Block a user