1 #ifndef _BLAS_REFERENCE_H
2 #define _BLAS_REFERENCE_H
32 #endif // _BLAS_REFERENCE_H
enum QudaPrecision_s QudaPrecision
void axpy(double a, void *x, void *y, int len, QudaPrecision precision)
void ax(double a, void *x, int len, QudaPrecision precision)
void mxpy(void *x, void *y, int len, QudaPrecision precision)
double norm_2(void *vector, int len, QudaPrecision precision)