LatticeYangMills
|
Basic library to implement SU3 matrix arithmetics and functions. More...
#include <array>
#include "operators.hpp"
Go to the source code of this file.
Classes | |
class | SU3 |
Implementation of a \(SU(3)\) class to perform arithmetics between links. More... | |
Functions | |
SU3 | operator~ (const SU3 &a) |
SU3 | operator~ (SU3 &&a) |
SU3 | exp (const SU3 &Q) |
exponential of a SU3 algebra matrix More... | |
SU3 | exp (SU3 &&Q) |
SU3 | getRandomTransformation (double epsilon) |
double | getMultSumTrace (SU3 &a, SU3 &b) |
returns the real trace of the product of two SU3 matrices a and b | |
double | getMultSumTrace (SU3 &&a, SU3 &b) |
Basic library to implement SU3 matrix arithmetics and functions.
Definition in file su3.h.