update to LAPACK version 3.10.1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
*> \brief \b DLAEDA used by sstedc. Computes the Z vector determining the rank-one modification of the diagonal matrix. Used when the original matrix is dense.
|
||||
*> \brief \b DLAEDA used by DSTEDC. Computes the Z vector determining the rank-one modification of the diagonal matrix. Used when the original matrix is dense.
|
||||
*
|
||||
* =========== DOCUMENTATION ===========
|
||||
*
|
||||
@ -152,8 +152,6 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*
|
||||
*> \ingroup auxOTHERcomputational
|
||||
*
|
||||
*> \par Contributors:
|
||||
@ -166,10 +164,9 @@
|
||||
SUBROUTINE DLAEDA( N, TLVLS, CURLVL, CURPBM, PRMPTR, PERM, GIVPTR,
|
||||
$ GIVCOL, GIVNUM, Q, QPTR, Z, ZTEMP, INFO )
|
||||
*
|
||||
* -- LAPACK computational routine (version 3.7.0) --
|
||||
* -- LAPACK computational 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 ..
|
||||
INTEGER CURLVL, CURPBM, INFO, N, TLVLS
|
||||
|
||||
Reference in New Issue
Block a user