CHROMA
expm12.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief 12-th order exponentiation of a lattice color matrix
4  */
5 
6 #ifndef __expm12_h__
7 #define __expm12_h__
8 
9 namespace Chroma {
10 
11 //! 12-th order exponentiation of a lattice color matrix
12 /*!
13  * \ingroup gauge
14  *
15  * In place a_ = 1 + a_ + (1/2)*a_^2 + ...+ (1/n!)*(a_)^n n = power
16  *
17  * Arguments:
18  *
19  * \param a LatticeColorMatrix (Modify)
20  */
21 
22 void expm12(LatticeColorMatrix& a);
23 
24 } // end namespace Chroma
25 
26 #endif
void expm12(LatticeColorMatrix &a)
12-th order exponentiation of a lattice color matrix
Definition: expm12.cc:21
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Complex a
Definition: invbicg.cc:95