#include <cstddef>#include <cmath>#include <cppad/check_simple_vector.hpp>#include <cppad/local/preprocessor.hpp>#include <cppad/config.h>#include <ctime>#include <string>#include <iostream>#include <iomanip>#include <cppad/local/cppad_assert.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | CppAD |
Defines | |
| #define | CPPAD_NULL 0 |
Functions | |
| double | CppAD::speed_test_second (void) |
| template<class Vector > | |
| Vector | CppAD::speed_test (void test(size_t size, size_t repeat), Vector size_vec, double time_min) |
| void | CppAD::SpeedTestNdigit (size_t value, size_t &ndigit, size_t &pow10) |
| void | CppAD::SpeedTest (std::string Test(size_t size, size_t repeat), size_t first, int inc, size_t last) |
| #define CPPAD_NULL 0 |
Definition at line 176 of file speed_test.hpp.
1.6.1