9 #ifndef PERFORMANCETESTS_H 10 #define PERFORMANCETESTS_H 21 std::mt19937_64 m_generator;
22 std::uniform_real_distribution<double> m_uniform_distribution;
25 unsigned int m_NTaylorDegree = 8;
28 void testExponentiationTime(
unsigned int NTests);
29 void testExponentiationAccuracy();
32 void testRandomGenerators(
unsigned int NTests);
35 void testDerivativeTimeAndAccuracy(
unsigned int NTests);
38 void testMatrixMultiplication();
46 #endif // PERFORMANCETESTS_H
Class for generating random SU3 matrices.
Definition: su3matrixgenerator.h:20