35 #ifndef TEMPLATE_LAPACK_LARNV_HEADER 36 #define TEMPLATE_LAPACK_LARNV_HEADER 101 for (iv = 1; iv <= i__1; iv += 64) {
103 i__2 = 64, i__3 = *n - iv + 1;
121 for (i__ = 1; i__ <= i__2; ++i__) {
122 x[iv + i__ - 1] = u[i__ - 1];
125 }
else if (*idist == 2) {
130 for (i__ = 1; i__ <= i__2; ++i__) {
131 x[iv + i__ - 1] = u[i__ - 1] * 2. - 1.;
134 }
else if (*idist == 3) {
139 for (i__ = 1; i__ <= i__2; ++i__) {
141 i__ << 1) - 1] * 6.2831853071795864769252867663);
int template_lapack_larnv(const integer *idist, integer *iseed, const integer *n, Treal *x)
Definition: template_lapack_larnv.h:40
int integer
Definition: template_blas_common.h:38
#define minMACRO(a, b)
Definition: template_blas_common.h:44
Treal template_blas_log(Treal x)
Treal template_blas_sqrt(Treal x)
int dlaruv_(integer *iseed, const integer *n, Treal *x)
Definition: template_lapack_laruv.h:40