GLAC
1.0
|
SU3 matrix exponentiation method that uses the method from https://journals.aps.org/prd/abstract/10.1103/PhysRevD.69.054501. More...
#include <su3exp.h>
Public Member Functions | |
SU3Exp () | |
virtual | ~SU3Exp () |
virtual SU3 | exp (SU3 Q) |
SU3 matrix exponentiation method that uses the method from https://journals.aps.org/prd/abstract/10.1103/PhysRevD.69.054501.
Also serves as base class for the other exponentiation methods.
SU3Exp::SU3Exp | ( | ) |
|
virtual |
Reimplemented in TaylorExp, Taylor2Exp, Taylor4Exp, and ExpLuscher.