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