GLAC  1.0
Functions
functions.h File Reference
#include "matrices/su3.h"
#include "matrices/su2.h"
#include "complex.h"
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

complex SU2Determinant (SU2 H)
 File for holding various functions. More...
 
complex SU3Determinant (SU3 H)
 
double traceRealMultiplication (SU3 A, SU3 B)
 traceRealMultiplication More...
 
double traceImagMultiplication (SU3 A, SU3 B)
 traceImagMultiplication More...
 

Function Documentation

◆ SU2Determinant()

complex SU2Determinant ( SU2  H)
inline

File for holding various functions.

Author
Mathias M. Vege
Version
1.0
Date
2017-2019

◆ SU3Determinant()

complex SU3Determinant ( SU3  H)
inline

◆ traceImagMultiplication()

double traceImagMultiplication ( SU3  A,
SU3  B 
)
inline

traceImagMultiplication

Parameters
A
B
Returns
the imaginary trace of the product of the multiplication of A and B.
Here is the caller graph for this function:

◆ traceRealMultiplication()

double traceRealMultiplication ( SU3  A,
SU3  B 
)
inline

traceRealMultiplication

Parameters
A
B
Returns
the real trace of the product of the multiplication of A and B.
Here is the caller graph for this function: