|
QUDA v0.4.0
A library for QCD on GPUs
|
#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) |
| 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.
1.7.4