QUDA  v1.1.0
A library for QCD on GPUs
instantiate.cpp
Go to the documentation of this file.
1 #include <instantiate.h>
2 
10 namespace quda
11 {
12 
13  // declared in instantiate.h
14  constexpr std::array<QudaReconstructType, 5> ReconstructFull::recon;
15  constexpr std::array<QudaReconstructType, 3> ReconstructWilson::recon;
16  constexpr std::array<QudaReconstructType, 3> ReconstructStaggered::recon;
17  constexpr std::array<QudaReconstructType, 2> ReconstructNo12::recon;
18  constexpr std::array<QudaReconstructType, 1> ReconstructNone::recon;
19  constexpr std::array<QudaReconstructType, 2> ReconstructMom::recon;
20  constexpr std::array<QudaReconstructType, 1> Reconstruct10::recon;
21 
22  // declared in dslash.h
23  constexpr std::array<QudaReconstructType, 3> WilsonReconstruct::recon;
24  constexpr std::array<QudaReconstructType, 3> StaggeredReconstruct::recon;
25 
26 } // namespace quda
static constexpr std::array< QudaReconstructType, 1 > recon
Definition: instantiate.h:51
static constexpr std::array< QudaReconstructType, 5 > recon
Definition: instantiate.h:25
static constexpr std::array< QudaReconstructType, 2 > recon
Definition: instantiate.h:47
static constexpr std::array< QudaReconstructType, 2 > recon
Definition: instantiate.h:39
static constexpr std::array< QudaReconstructType, 1 > recon
Definition: instantiate.h:43
static constexpr std::array< QudaReconstructType, 3 > recon
Definition: instantiate.h:35
static constexpr std::array< QudaReconstructType, 3 > recon
Definition: instantiate.h:30
static constexpr std::array< QudaReconstructType, 3 > recon
Definition: instantiate.h:385
static constexpr std::array< QudaReconstructType, 3 > recon
Definition: instantiate.h:380