\brief \b ESMF_DROT \par Purpose:
\verbatim
ESMF_DROT applies a plane rotation. \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup double_blas_level1 \par Further Details:
\verbatim
jack dongarra, linpack, 3/11/78.
modified 12/3/93, array(1) declarations changed to array(*)
\endverbatim
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | N | ||||
double precision | :: | DX(*) | ||||
integer | :: | INCX | ||||
double precision | :: | DY(*) | ||||
integer | :: | INCY | ||||
double precision | :: | C | ||||
double precision | :: | S |