Prev Next

General Examples

Description
Most of the examples in CppAD are part of the documentation for a specific feature; for example, Add.cpp is an example using the addition operator . The examples list in this section are of a more general nature.

Contents
ad_fun.cppCreating Your Own Interface to an ADFun Object
ad_in_c.cppExample and Test Linking CppAD to Languages Other than C++
conj_grad.cppDifferentiate Conjugate Gradient Algorithm: Example and Test
HesMinorDet.cppGradient of Determinant Using Expansion by Minors: Example and Test
HesLuDet.cppGradient of Determinant Using LU Factorization: Example and Test
Interface2C.cppInterfacing to C: Example and Test
JacMinorDet.cppGradient of Determinant Using Expansion by Minors: Example and Test
JacLuDet.cppGradient of Determinant Using Lu Factorization: Example and Test
mul_levelUsing Multiple Levels of AD
OdeStiff.cppA Stiff Ode: Example and Test
ode_taylor.cppTaylor's Ode Solver: An Example and Test
ode_taylor_adolc.cppUsing Adolc with Taylor's Ode Solver: An Example and Test
StackMachine.cppExample Differentiating a Stack Machine Interpreter

Input File: omh/example_list.omh