Theoretica
A C++ numerical and automatic mathematical library
|
Structures for the benchmark module. More...
Go to the source code of this file.
Classes | |
class | chebyshev::benchmark::benchmark_result |
Structure holding the results of a benchmark. More... | |
class | chebyshev::benchmark::benchmark_options< InputType > |
A structure holding the options of a benchmark. More... | |
Namespaces | |
chebyshev | |
General namespace of the framework. | |
chebyshev::benchmark | |
Benchmark module. | |
Typedefs | |
template<typename InputType > | |
using | chebyshev::benchmark::InputGenerator = std::function< InputType(unsigned int)> |
A function which takes in an index and returns a generated input element. | |
Structures for the benchmark module.