lines 7-24 of file: example/jit/get_started.cpp

{xrst_begin jit_get_started.cpp}

JIT Computation of Derivatives: Example and Test
################################################

Purpose
*******
This is a simple example using CppAD for Just In Time (JIT)
compilation, linking, and running of C source code that computes derivatives.

Source
******
{xrst_literal
   // BEGIN C++
   // END C++
}

{xrst_end jit_get_started.cpp}
