Prev Next

The Adolc Speed Tests

Purpose
CppAD has a set of speed tests that are used to compare Adolc with other AD packages. This section links to the source code the Adolc speed tests (any suggestions to make the Adolc results faster are welcome).

AdolcDir
To run these tests, you must include the configure command line option
     ADOLC_DIR=
AdolcDir
during installation . After the Unix install make command, you can then run the Adolc speed tests with the following commands (relative to the distribution directory):
 
	speed/adolc/adolc correct
This will check that the speed tests have been built correctly. You can run the command
 
	speed/adolc/adolc all
to see the results of all the speed tests. See speed_main for more options.

Contents
Adolc Speed: Gradient of Determinant Using Expansion by Minors
Adolc Speed: Gradient of Determinant Using Lu Factorization
Adolc Speed: Second Derivative of a Polynomial

Input File: omh/speed_adolc.omh