|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include <complex>#include <quda_internal.h>#include <blas_quda.h>#include <dslash_quda.h>#include <invert_quda.h>#include <util_quda.h>#include <face_quda.h>#include <color_spinor_field.h>#include <sys/time.h>Go to the source code of this file.
Namespaces | |
| quda | |
Functions | |
| double | quda::timeInterval (struct timeval start, struct timeval end) |
| void | quda::fillInnerSolveParam (SolverParam &inner, const SolverParam &outer) |
| void | quda::orthoDir (Complex **beta, cudaColorSpinorField *Ap[], int k) |
| void | quda::backSubs (const Complex *alpha, Complex **const beta, const double *gamma, Complex *delta, int n) |
| void | quda::updateSolution (cudaColorSpinorField &x, const Complex *alpha, Complex **const beta, double *gamma, int k, cudaColorSpinorField *p[]) |
1.8.6