Prev Next

@(@\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}} }@)@ This is cppad-20221105 documentation. Here is a link to its current documentation .
JIT Creation, Compilation, and Linking of C Source Code

Contents
jit_get_started.cppJIT Computation of Derivatives: Example and Test
jit_to_csrc.cppC Source Code Corresponding to a Function: Example and Test
jit_compile.cppJIT Compiler Options: Example and Test
jit_atomic.cppAtomic Callbacks in JIT Function: Example and Test
jit_dynamic.cppJIT With Dynamic Parameters: Example and Test

Input File: example/jit/jit.omh