|
QUDA
v0.7.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 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.
1.8.6