*> \brief ** * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * *> \htmlonly *> Download + dependencies *> *> [TGZ] *> *> [ZIP] *> *> [TXT] *> \endhtmlonly * * Definition: * =========== * * ( ) * * .. Scalar Arguments .. * .. * .. Array Arguments .. * .. *> \par Purpose: * ============= *> *> \verbatim *> *> computes *> \endverbatim * * Arguments: * ========== * *> \param[in or in,out or out] *> \verbatim *> is *> Description of the argument *> \endverbatim *> *> \param[in or in,out or out] *> \verbatim *> is *> Description of the argument *> \endverbatim *> *> \par Further Details: * ===================== *> *> \verbatim *> *> *> \endverbatim *> * Authors: * ======== * *> \author Univ. of Tennessee *> \author Univ. of California Berkeley *> \author Univ. of Colorado Denver *> \author NAG Ltd. * *> \date November 2011 * *> \ingroup * * ===================================================================== ( ) * -- LAPACK routine (version ) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * * * .. Scalar Arguments .. * .. * .. Array Arguments .. * .. * * ===================================================================== * * .. Parameters .. PARAMETER ( = ) * .. * .. Local Scalars .. * * .. * .. Local Arrays .. * * .. * .. External Functions .. EXTERNAL * .. * .. External Subroutines .. EXTERNAL * .. * .. Intrinsic Functions .. INTRINSIC * .. * * .. Executable Statements .. * * Test the input parameters. * * * Computation * < code> * * End of * END