Theoretica
A C++ numerical and automatic mathematical library
|
of the precision testing module. More...
Public Attributes | |
unsigned int | totalTests = 0 |
Total number of tests run. | |
unsigned int | failedTests = 0 |
Number of failed tests. | |
std::map< std::string, std::vector< estimate_result > > | estimateResults {} |
Results of error estimation. | |
std::map< std::string, std::vector< equation_result > > | equationResults {} |
Results of equation evaluation. | |
of the precision testing module.