CHROMA
ovlap_contfrac5d_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Include possibly optimized partfrac5d
4  */
5 
6 #ifndef __ovlap_contfrac5d_w_h__
7 #define __ovlap_contfrac5d_w_h__
8 
9 #include "chroma_config.h"
10 
11 // The QDP naive dslash class: QDPWilsonDslash
13 
14 // The following is an ifdef lis that switches in optimised
15 // Dslash-es.
16 
17 #ifdef BUILD_CFZ_CFZ_LINOP
19 namespace Chroma {
20 typedef OptEvenOddPrecOvlapContFrac5DLinOpArray EvenOddPrecOvlapContFrac5DLinOpArray;
21 } // end namespace Chroma
22 
23 
24 #else
25 
26 // Bottom line, if no optimised Dslash-s exist then the naive QDP Dslash
27 // becomes the EvenOddPrecOvlapContFrac5DLinOpArray
28 namespace Chroma {
30 } // end namespace Chroma
31 #endif
32 
33 
34 #endif
Optimized Even-odd prec. 5D continued fraction linop.
Even-odd prec. 5D continued fraction linop.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
QDPEvenOddPrecOvlapContFrac5DLinOpArray EvenOddPrecOvlapContFrac5DLinOpArray