Chebyshev
Unit testing for scientific software
|
Input generators for benchmarks. More...
Go to the source code of this file.
Namespaces | |
namespace | chebyshev |
General namespace of the framework. | |
namespace | chebyshev::benchmark |
Benchmark module. | |
namespace | chebyshev::benchmark::generator |
Input generators for benchmarks. | |
Functions | |
auto | chebyshev::benchmark::generator::uniform1D (long double a, long double b) |
Uniform generator over a domain. | |
auto | chebyshev::benchmark::generator::discrete1D (long int a, long int b) |
Discrete uniform generator over a domain. | |
Input generators for benchmarks.