Import LAPACK: SRC directory
This commit is contained in:
@@ -118,13 +118,17 @@
|
||||
*> \param[in] VL
|
||||
*> \verbatim
|
||||
*> VL is REAL
|
||||
*>
|
||||
*> If RANGE='V', the lower bound of the interval to
|
||||
*> be searched for eigenvalues. VL < VU.
|
||||
*> Not referenced if RANGE = 'A' or 'I'.
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in] VU
|
||||
*> \verbatim
|
||||
*> VU is REAL
|
||||
*>
|
||||
*> If RANGE='V', the lower and upper bounds of the interval to
|
||||
*> If RANGE='V', the upper bound of the interval to
|
||||
*> be searched for eigenvalues. VL < VU.
|
||||
*> Not referenced if RANGE = 'A' or 'I'.
|
||||
*> \endverbatim
|
||||
@@ -132,14 +136,19 @@
|
||||
*> \param[in] IL
|
||||
*> \verbatim
|
||||
*> IL is INTEGER
|
||||
*>
|
||||
*> If RANGE='I', the index of the
|
||||
*> smallest eigenvalue to be returned.
|
||||
*> 1 <= IL <= IU <= N, if N > 0; IL = 1 and IU = 0 if N = 0.
|
||||
*> Not referenced if RANGE = 'A' or 'V'.
|
||||
*> \endverbatim
|
||||
*>
|
||||
*> \param[in] IU
|
||||
*> \verbatim
|
||||
*> IU is INTEGER
|
||||
*>
|
||||
*> If RANGE='I', the indices (in ascending order) of the
|
||||
*> smallest and largest eigenvalues to be returned.
|
||||
*> If RANGE='I', the index of the
|
||||
*> largest eigenvalue to be returned.
|
||||
*> 1 <= IL <= IU <= N, if N > 0; IL = 1 and IU = 0 if N = 0.
|
||||
*> Not referenced if RANGE = 'A' or 'V'.
|
||||
*> \endverbatim
|
||||
@@ -254,7 +263,7 @@
|
||||
*> \author Univ. of Colorado Denver
|
||||
*> \author NAG Ltd.
|
||||
*
|
||||
*> \date November 2015
|
||||
*> \date June 2016
|
||||
*
|
||||
*> \ingroup complexOTHEReigen
|
||||
*
|
||||
@@ -268,10 +277,10 @@
|
||||
$ IL, IU, ABSTOL, M, W, Z, LDZ, WORK, RWORK,
|
||||
$ IWORK, IFAIL, INFO )
|
||||
*
|
||||
* -- LAPACK driver routine (version 3.6.0) --
|
||||
* -- LAPACK driver 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 JOBZ, RANGE, UPLO
|
||||
|
||||
Reference in New Issue
Block a user