QDP++
sse_blas_vscal4_double.h
Go to the documentation of this file.
1// $Id: sse_blas_vscal4_double.h,v 1.3 2008-06-18 16:03:02 bjoo Exp $
2
7
8#ifndef QDP_SSE_BLAS_VSCAL_DOUBLE
9#define QDP_SSE_BLAS_VSCAL_DOUBLE
10
11#include "qdp_precision.h"
12
13namespace QDP {
14
15 void vscal4(REAL64 *z,REAL64 *a,REAL64 *x, int n_4spin);
16
17
18} // namespace QDP;
19
20#endif // guard
double REAL64
Yet another random number generator.
void vscal4(REAL64 *z, REAL64 *a, REAL64 *x, int n_4spin)
PRECISION ISSUES.