|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Reproducible benchmark and validation utility for tpl_polynomial.H and tpl_multi_polynomial.H. More...
#include <algorithm>#include <chrono>#include <cmath>#include <cstdlib>#include <iomanip>#include <iostream>#include <limits>#include <numeric>#include <sstream>#include <stdexcept>#include <string>#include <tpl_polynomial.H>#include <tpl_multi_polynomial.H>Go to the source code of this file.
Typedefs | |
| using | Clock = std::chrono::steady_clock |
Functions | |
| int | main (int argc, char **argv) |
Reproducible benchmark and validation utility for tpl_polynomial.H and tpl_multi_polynomial.H.
Definition in file polynomial_benchmark.cc.
| using Clock = std::chrono::steady_clock |
Definition at line 53 of file polynomial_benchmark.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 574 of file polynomial_benchmark.cc.
References Aleph::divide_and_conquer_partition_dp(), options, and run_benchmarks().