|
LatticeYangMills
|
auxiliary functions of the SU3 class More...
#include "Math/su3.h"#include "Math/complex.h"#include <ctime>#include <cmath>#include <cstdio>#include <utility>#include <random>
Go to the source code of this file.
Functions | |
| SU3 | operator~ (const SU3 &a) |
| SU3 | operator~ (SU3 &&a) |
| 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) |
| SU3 | exp (const SU3 &Q) |
| exponential of a SU3 algebra matrix More... | |
| SU3 | exp (SU3 &&Q) |
Variables | |
| SU3 | I |
| SU3 | Q2 |
| SU3 | Q3 |
auxiliary functions of the SU3 class
Definition in file su3.cpp.
1.8.11