--- rpl/lapack/lapack/zlarnv.f 2014/01/27 09:28:39 1.13 +++ rpl/lapack/lapack/zlarnv.f 2023/08/07 08:39:31 1.18 @@ -2,24 +2,24 @@ * * =========== DOCUMENTATION =========== * -* Online html documentation available at -* http://www.netlib.org/lapack/explore-html/ +* Online html documentation available at +* http://www.netlib.org/lapack/explore-html/ * *> \htmlonly -*> Download ZLARNV + dependencies -*> -*> [TGZ] -*> -*> [ZIP] -*> +*> Download ZLARNV + dependencies +*> +*> [TGZ] +*> +*> [ZIP] +*> *> [TXT] -*> \endhtmlonly +*> \endhtmlonly * * Definition: * =========== * * SUBROUTINE ZLARNV( IDIST, ISEED, N, X ) -* +* * .. Scalar Arguments .. * INTEGER IDIST, N * .. @@ -27,7 +27,7 @@ * INTEGER ISEED( 4 ) * COMPLEX*16 X( * ) * .. -* +* * *> \par Purpose: * ============= @@ -76,12 +76,10 @@ * Authors: * ======== * -*> \author Univ. of Tennessee -*> \author Univ. of California Berkeley -*> \author Univ. of Colorado Denver -*> \author NAG Ltd. -* -*> \date September 2012 +*> \author Univ. of Tennessee +*> \author Univ. of California Berkeley +*> \author Univ. of Colorado Denver +*> \author NAG Ltd. * *> \ingroup complex16OTHERauxiliary * @@ -99,10 +97,9 @@ * ===================================================================== SUBROUTINE ZLARNV( IDIST, ISEED, N, X ) * -* -- LAPACK auxiliary routine (version 3.4.2) -- +* -- LAPACK auxiliary routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* September 2012 * * .. Scalar Arguments .. INTEGER IDIST, N @@ -120,7 +117,7 @@ INTEGER LV PARAMETER ( LV = 128 ) DOUBLE PRECISION TWOPI - PARAMETER ( TWOPI = 6.2831853071795864769252867663D+0 ) + PARAMETER ( TWOPI = 6.28318530717958647692528676655900576839D+0 ) * .. * .. Local Scalars .. INTEGER I, IL, IV