CHROMA
shift2.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Shift by a power of 2
4  */
5 
6 #ifndef __shift2_h__
7 #define __shift2_h__
8 
9 namespace Chroma
10 {
11 
12  //! A simple not-fancy power of 2 shift
13  /*! \ingroup gauge */
14  LatticeColorMatrix shift2(const LatticeColorMatrix& s1, int isign, int dir, int level);
15 
16 }
17 
18 #endif
LatticeColorMatrix shift2(const LatticeColorMatrix &s1, int isign, int dir, int level)
A simple not-fancy power of 2 shift.
Definition: shift2.cc:13
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10