cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
    • ADFun
      • record_adfun
      • other_adfun
      • drivers
      • Forward
      • Reverse
      • sparsity_pattern
      • sparse_derivative
      • optimize
      • FunCheck
      • check_for_nan
      • to_csrc
        • example_jit
          • jit_get_started.cpp
          • jit_to_csrc.cpp
          • jit_compile.cpp
          • jit_atomic.cpp
          • jit_dynamic.cpp
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
cppad
  • »
  • user_guide »
  • ADFun »
  • to_csrc »
  • example_jit
  • View page source

\(\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}} }\)

example_jit¶

JIT Creation, Compilation, and Linking of C Source Code¶

  • Contents

Contents¶

Name

Title

jit_get_started.cpp

JIT Computation of Derivatives: Example and Test

jit_to_csrc.cpp

C Source Code Corresponding to a Function: Example and Test

jit_compile.cpp

JIT Compiler Options: Example and Test

jit_atomic.cpp

Atomic Callbacks in JIT Function: Example and Test

jit_dynamic.cpp

JIT With Dynamic Parameters: Example and Test

Next Previous

© Copyright .

Built with Sphinx using a theme provided by Read the Docs.