QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
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 22 of file blas_reference.cpp.

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

Definition at line 11 of file blas_reference.cpp.

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

Definition at line 33 of file blas_reference.cpp.

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

Definition at line 48 of file blas_reference.cpp.