Chebyshev
Unit testing for scientific software
chebyshev::prec::prec_results Class Reference

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.
 

Detailed Description

of the precision testing module.


The documentation for this class was generated from the following file: