From: julie Date: Tue, 23 Feb 2016 05:23:49 +0000 (+0000) Subject: APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry... X-Git-Tag: submit/tizen/20180313.231549~225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46db4b4db4e329cb633e51e72d7dd89dce73489f;p=platform%2Fupstream%2Flapack.git APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com) [PATCH 11/42] Fix SLARRC documentation: VL,VU,D,E are REAL, not DOUBLE PRECISION --- diff --git a/SRC/slarrc.f b/SRC/slarrc.f index 7812ca55..7b6d2e96 100644 --- a/SRC/slarrc.f +++ b/SRC/slarrc.f @@ -59,25 +59,25 @@ *> *> \param[in] VL *> \verbatim -*> VL is DOUBLE PRECISION +*> VL is REAL *> \endverbatim *> *> \param[in] VU *> \verbatim -*> VU is DOUBLE PRECISION +*> VU is REAL *> The lower and upper bounds for the eigenvalues. *> \endverbatim *> *> \param[in] D *> \verbatim -*> D is DOUBLE PRECISION array, dimension (N) +*> D is REAL array, dimension (N) *> JOBT = 'T': The N diagonal elements of the tridiagonal matrix T. *> JOBT = 'L': The N diagonal elements of the diagonal matrix D. *> \endverbatim *> *> \param[in] E *> \verbatim -*> E is DOUBLE PRECISION array, dimension (N) +*> E is REAL array, dimension (N) *> JOBT = 'T': The N-1 offdiagonal elements of the matrix T. *> JOBT = 'L': The N-1 offdiagonal elements of the matrix L. *> \endverbatim