QUDA v0.4.0
A library for QCD on GPUs
Functions
quda/tests/blas_reference.h File Reference
#include <enum_quda.h>

Go to the source code of this file.

Functions

double norm_2 (void *vector, int len, QudaPrecision precision)
void mxpy (void *x, void *y, int len, QudaPrecision precision)
void ax (double a, void *x, int len, QudaPrecision precision)
void axpy (double a, void *x, void *y, int len, QudaPrecision precision)

Function Documentation

void ax ( double  a,
void *  x,
int  len,
QudaPrecision  precision 
)

Definition at line 26 of file blas_reference.cpp.

void axpy ( double  a,
void *  x,
void *  y,
int  len,
QudaPrecision  precision 
)

Definition at line 15 of file blas_reference.cpp.

void mxpy ( void *  x,
void *  y,
int  len,
QudaPrecision  precision 
)

Definition at line 37 of file blas_reference.cpp.

double norm_2 ( void *  vector,
int  len,
QudaPrecision  precision 
)

Definition at line 56 of file blas_reference.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines