Purpose
CppAD has a set of speed tests for just calculating functions
(in double precision instead of an AD type).
This section links to the source code the function value speed tests.
Running Tests
To build these speed tests, and run their correctness tests,
execute the following commands starting in the
work directory
:
cd speed/double
make test
You can then run the corresponding speed tests
with the following command
./double speed seed
where
seed
is a positive integer.
See speed_main
for more options.
C++ Compiler Flags
The C++ compiler flags used to build the double program are