Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
*
|
||||
*> \htmlonly
|
||||
*> Download ZHETRD_HB2ST + dependencies
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zhbtrd_hb2st.f">
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zhetrd_hb2st.f">
|
||||
*> [TGZ]</a>
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zhbtrd_hb2st.f">
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zhetrd_hb2st.f">
|
||||
*> [ZIP]</a>
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zhbtrd_hb2st.f">
|
||||
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zhetrd_hb2st.f">
|
||||
*> [TXT]</a>
|
||||
*> \endhtmlonly
|
||||
*
|
||||
@@ -188,8 +188,6 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date November 2017
|
||||
*
|
||||
*> \ingroup complex16OTHERcomputational
|
||||
*
|
||||
*> \par Further Details:
|
||||
@@ -237,10 +235,9 @@
|
||||
*
|
||||
IMPLICIT NONE
|
||||
*
|
||||
* -- LAPACK computational routine (version 3.8.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..--
|
||||
* November 2017
|
||||
*
|
||||
* .. Scalar Arguments ..
|
||||
CHARACTER STAGE1, UPLO, VECT
|
||||
@@ -395,7 +392,7 @@
|
||||
* For that, for real precision just copy the diag and offdiag
|
||||
* to D and E while for the COMPLEX case the bulge chasing is
|
||||
* performed to convert the hermetian tridiagonal to symmetric
|
||||
* tridiagonal. A simpler coversion formula might be used, but then
|
||||
* tridiagonal. A simpler conversion formula might be used, but then
|
||||
* updating the Q matrix will be required and based if Q is generated
|
||||
* or not this might complicate the story.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user