Prev Next directory

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@
Directory Structure
A brief description of each of the CppAD directories is provided below:

Distribution Directory
The following table lists the sub-directories of the distribution directory :
bin Scripts used for CppAD development.
bug Used to create a simple CppAD bug report or test.
build Used to build the libraries, examples, and tests.
cppad The CppAD include directory.
cppad_ipopt Example and tests for the deprecated cppad_ipopt library.
cppad_lib Source code corresponding to the CppAD library.
doc The program bin/run_omhelp.sh puts the user documentation here.
doxydoc The program bin/run_doxygen.sh puts its developer documentation here.
example Source code for the CppAD examples.
introduction Source code for the CppAD introduction.
omh Contains files that are only used for documentation.
pkgconfig Contains the CppAD pkg-config information.
speed The CppAD speed tests.
test_more Tests that are not part of the documentation.

Example Directory
The following table lists the sub-directories of the example directory.
atomic atomic function examples.
deprecated examples for functions that have been deprecated .
general general purpose examples.
get_started a good place to get started using CppAD.
ipopt_solve examples using the ipopt_solve interface to CppAD.
multi_thread CppAD multi_threading examples.
optimize examples using the optimize operation.
print_for examples that used the PrintFor operation.
sparse examples using sparsity_patterns and sparse_derivatives .
utility example using the CppAD utilities .

Input File: omh/appendix/directory.omh