Update LAPACK to 3.8.0
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
*>
|
||||
*> \param[in] Q2
|
||||
*> \verbatim
|
||||
*> Q2 is DOUBLE PRECISION array, dimension (LDQ2, N)
|
||||
*> Q2 is DOUBLE PRECISION array, dimension (LDQ2*N)
|
||||
*> The first K columns of this matrix contain the non-deflated
|
||||
*> eigenvectors for the split problem.
|
||||
*> \endverbatim
|
||||
@@ -170,7 +170,7 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*> \date June 2017
|
||||
*
|
||||
*> \ingroup auxOTHERcomputational
|
||||
*
|
||||
@@ -185,10 +185,10 @@
|
||||
SUBROUTINE DLAED3( K, N, N1, D, Q, LDQ, RHO, DLAMDA, Q2, INDX,
|
||||
$ CTOT, W, S, 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 INFO, K, LDQ, N, N1
|
||||
|
||||
Reference in New Issue
Block a user