QUDA
v1.1.0
A library for QCD on GPUs
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <iostream>
#include <sstream>
#include <complex>
#include <quda_internal.h>
#include <color_spinor_field.h>
#include <blas_quda.h>
#include <dslash_quda.h>
#include <invert_quda.h>
#include <util_quda.h>
Go to the source code of this file.
Classes | |
class | quda::BiCGstabLUpdate |
Namespaces | |
quda | |
quda::dslash | |
Enumerations | |
enum | quda::BiCGstabLUpdateType { quda::BICGSTABL_UPDATE_U = 0 , quda::BICGSTABL_UPDATE_R = 1 } |
Variables | |
Worker * | quda::dslash::aux_worker |