Update LAPACK to 3.8.0
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
*>
|
||||
*> \param[out] U1
|
||||
*> \verbatim
|
||||
*> U1 is COMPLEX*16 array, dimension (P)
|
||||
*> U1 is COMPLEX*16 array, dimension (LDU1,P)
|
||||
*> If JOBU1 = 'Y', U1 contains the P-by-P unitary matrix U1.
|
||||
*> \endverbatim
|
||||
*>
|
||||
@@ -201,7 +201,7 @@
|
||||
*>
|
||||
*> \param[out] U2
|
||||
*> \verbatim
|
||||
*> U2 is COMPLEX*16 array, dimension (M-P)
|
||||
*> U2 is COMPLEX*16 array, dimension (LDU2,M-P)
|
||||
*> If JOBU2 = 'Y', U2 contains the (M-P)-by-(M-P) unitary
|
||||
*> matrix U2.
|
||||
*> \endverbatim
|
||||
@@ -215,7 +215,7 @@
|
||||
*>
|
||||
*> \param[out] V1T
|
||||
*> \verbatim
|
||||
*> V1T is COMPLEX*16 array, dimension (Q)
|
||||
*> V1T is COMPLEX*16 array, dimension (LDV1T,Q)
|
||||
*> If JOBV1T = 'Y', V1T contains the Q-by-Q matrix unitary
|
||||
*> matrix V1**H.
|
||||
*> \endverbatim
|
||||
@@ -229,7 +229,7 @@
|
||||
*>
|
||||
*> \param[out] V2T
|
||||
*> \verbatim
|
||||
*> V2T is COMPLEX*16 array, dimension (M-Q)
|
||||
*> V2T is COMPLEX*16 array, dimension (LDV2T,M-Q)
|
||||
*> If JOBV2T = 'Y', V2T contains the (M-Q)-by-(M-Q) unitary
|
||||
*> matrix V2**H.
|
||||
*> \endverbatim
|
||||
@@ -308,7 +308,7 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date December 2016
|
||||
*> \date June 2017
|
||||
*
|
||||
*> \ingroup complex16OTHERcomputational
|
||||
*
|
||||
@@ -320,10 +320,10 @@
|
||||
$ LDV2T, WORK, LWORK, RWORK, LRWORK,
|
||||
$ 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 ..
|
||||
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, SIGNS, TRANS
|
||||
|
||||
Reference in New Issue
Block a user