Update LAPACK to 3.8.0
This commit is contained in:
@@ -232,8 +232,7 @@
|
||||
*>
|
||||
*> \param[out] IWORK
|
||||
*> \verbatim
|
||||
*> IWORK is INTEGER array.
|
||||
*> The dimension must be at least 3 * N
|
||||
*> IWORK is INTEGER array, dimension (3*N)
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[out] INFO
|
||||
@@ -251,7 +250,7 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*> \date June 2017
|
||||
*
|
||||
*> \ingroup complexOTHERcomputational
|
||||
*
|
||||
@@ -268,10 +267,10 @@
|
||||
$ GIVCOL, LDGCOL, PERM, GIVNUM, C, S, RWORK,
|
||||
$ IWORK, INFO )
|
||||
*
|
||||
* -- LAPACK computational routine (version 3.7.0) --
|
||||
* -- LAPACK computational 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..--
|
||||
* December 2016
|
||||
* June 2017
|
||||
*
|
||||
* .. Scalar Arguments ..
|
||||
INTEGER ICOMPQ, INFO, LDB, LDBX, LDGCOL, LDU, N, NRHS,
|
||||
|
||||
Reference in New Issue
Block a user