QUDA
v0.7.0
A library for QCD on GPUs
|
Public Member Functions | |
caxpyxmaz (const Float2 &a, const Float2 &b, const Float2 &c) | |
__device__ void | operator() (FloatN &x, FloatN &y, const FloatN &z, const FloatN &w) |
Static Public Member Functions | |
static int | streams () |
static int | flops () |
total number of input and output streams More... | |
Public Attributes | |
Float2 | a |
double caxpyXmazCuda(c a, V x, V y, V z){}
First performs the operation y[i] = a*x[i] + y[i] Second performs the operator x[i] -= a*z[i]
Definition at line 443 of file blas_quda.cu.
|
inline |
Definition at line 445 of file blas_quda.cu.
|
inlinestatic |
total number of input and output streams
Definition at line 449 of file blas_quda.cu.
|
inline |
Definition at line 446 of file blas_quda.cu.
|
inlinestatic |
Definition at line 448 of file blas_quda.cu.
Float2 quda::caxpyxmaz< Float2, FloatN >::a |
Definition at line 444 of file blas_quda.cu.