CHROMA
eesu3.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Exactly exponentiate a SU(3) lie algebra element
4  */
5 
6 #ifndef __eesu3_h__
7 #define __eesu3_h__
8 
9 namespace Chroma
10 {
11  //! Exactly exponentiate a SU(3) lie algebra element
12  /*!
13  * \ingroup gauge
14  *
15  * \param m LatticeColorMatrix (Modify)
16  */
17  void eesu3(LatticeColorMatrix& m);
18 
19 } // end namespace Chroma
20 
21 #endif
void eesu3(LatticeColorMatrix &iQ)
Exact exponentiation of SU(3) matrix.
Definition: eesu3.cc:20
static int m[4]
Definition: make_seeds.cc:16
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10