Import LAPACK: SRC directory
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
*> \param[in,out] U1
|
||||
*> \verbatim
|
||||
*> U1 is COMPLEX*16 array, dimension (LDU1,P)
|
||||
*> On entry, an LDU1-by-P matrix. On exit, U1 is postmultiplied
|
||||
*> On entry, a P-by-P matrix. On exit, U1 is postmultiplied
|
||||
*> by the left singular vector matrix common to [ B11 ; 0 ] and
|
||||
*> [ B12 0 0 ; 0 -I 0 0 ].
|
||||
*> \endverbatim
|
||||
@@ -157,13 +157,13 @@
|
||||
*> \param[in] LDU1
|
||||
*> \verbatim
|
||||
*> LDU1 is INTEGER
|
||||
*> The leading dimension of the array U1.
|
||||
*> The leading dimension of the array U1, LDU1 >= MAX(1,P).
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in,out] U2
|
||||
*> \verbatim
|
||||
*> U2 is COMPLEX*16 array, dimension (LDU2,M-P)
|
||||
*> On entry, an LDU2-by-(M-P) matrix. On exit, U2 is
|
||||
*> On entry, an (M-P)-by-(M-P) matrix. On exit, U2 is
|
||||
*> postmultiplied by the left singular vector matrix common to
|
||||
*> [ B21 ; 0 ] and [ B22 0 0 ; 0 0 I ].
|
||||
*> \endverbatim
|
||||
@@ -171,13 +171,13 @@
|
||||
*> \param[in] LDU2
|
||||
*> \verbatim
|
||||
*> LDU2 is INTEGER
|
||||
*> The leading dimension of the array U2.
|
||||
*> The leading dimension of the array U2, LDU2 >= MAX(1,M-P).
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in,out] V1T
|
||||
*> \verbatim
|
||||
*> V1T is COMPLEX*16 array, dimension (LDV1T,Q)
|
||||
*> On entry, a LDV1T-by-Q matrix. On exit, V1T is premultiplied
|
||||
*> On entry, a Q-by-Q matrix. On exit, V1T is premultiplied
|
||||
*> by the conjugate transpose of the right singular vector
|
||||
*> matrix common to [ B11 ; 0 ] and [ B21 ; 0 ].
|
||||
*> \endverbatim
|
||||
@@ -185,13 +185,13 @@
|
||||
*> \param[in] LDV1T
|
||||
*> \verbatim
|
||||
*> LDV1T is INTEGER
|
||||
*> The leading dimension of the array V1T.
|
||||
*> The leading dimension of the array V1T, LDV1T >= MAX(1,Q).
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in,out] V2T
|
||||
*> \verbatim
|
||||
*> V2T is COMPLEX*16 array, dimenison (LDV2T,M-Q)
|
||||
*> On entry, a LDV2T-by-(M-Q) matrix. On exit, V2T is
|
||||
*> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is
|
||||
*> premultiplied by the conjugate transpose of the right
|
||||
*> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and
|
||||
*> [ B22 0 0 ; 0 0 I ].
|
||||
@@ -200,7 +200,7 @@
|
||||
*> \param[in] LDV2T
|
||||
*> \verbatim
|
||||
*> LDV2T is INTEGER
|
||||
*> The leading dimension of the array V2T.
|
||||
*> The leading dimension of the array V2T, LDV2T >= MAX(1,M-Q).
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[out] B11D
|
||||
@@ -322,7 +322,7 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date November 2015
|
||||
*> \date June 2016
|
||||
*
|
||||
*> \ingroup complex16OTHERcomputational
|
||||
*
|
||||
@@ -332,10 +332,10 @@
|
||||
$ V2T, LDV2T, B11D, B11E, B12D, B12E, B21D, B21E,
|
||||
$ B22D, B22E, RWORK, LRWORK, INFO )
|
||||
*
|
||||
* -- LAPACK computational routine (version 3.6.0) --
|
||||
* -- LAPACK computational routine (version 3.6.1) --
|
||||
* -- LAPACK is a software package provided by Univ. of Tennessee, --
|
||||
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
|
||||
* November 2015
|
||||
* June 2016
|
||||
*
|
||||
* .. Scalar Arguments ..
|
||||
CHARACTER JOBU1, JOBU2, JOBV1T, JOBV2T, TRANS
|
||||
|
||||
Reference in New Issue
Block a user