GLAC  1.0
Public Member Functions
TaylorExp Class Reference

uses a general Taylor polynomial to approximate the exponentiation of a SU(3) matrix. More...

#include <taylorexp.h>

Inheritance diagram for TaylorExp:
[legend]
Collaboration diagram for TaylorExp:
[legend]

Public Member Functions

 TaylorExp (unsigned int N)
 
SU3 exp (SU3 Q)
 
void setTaylorDegree (unsigned int N)
 TaylorExp::setTaylorDegree. More...
 
- Public Member Functions inherited from SU3Exp
 SU3Exp ()
 
virtual ~SU3Exp ()
 

Detailed Description

uses a general Taylor polynomial to approximate the exponentiation of a SU(3) matrix.

Author
Mathias M. Vege
Version
1.0
Date
2017-2019

Constructor & Destructor Documentation

◆ TaylorExp()

TaylorExp::TaylorExp ( unsigned int  N)
Here is the call graph for this function:

Member Function Documentation

◆ exp()

SU3 TaylorExp::exp ( SU3  Q)
virtual

Reimplemented from SU3Exp.

Here is the call graph for this function:

◆ setTaylorDegree()

void TaylorExp::setTaylorDegree ( unsigned int  N)

TaylorExp::setTaylorDegree.

Parameters
Ntaylor polynomial degree.

Sets the taylor polynomial degree.

Here is the call graph for this function:

The documentation for this class was generated from the following files: