cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
    • ADFun
      • record_adfun
        • Independent
        • fun_construct
        • Dependent
        • abort_recording
        • fun_property
        • function_name
      • other_adfun
      • drivers
      • Forward
      • Reverse
      • sparsity_pattern
      • sparse_derivative
      • optimize
      • FunCheck
      • check_for_nan
      • to_csrc
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
  • Search
cppad
  • »
  • user_guide »
  • ADFun »
  • record_adfun
  • 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}} }\)

record_adfun¶

Create an ADFun Object by Recording an Operation Sequence¶

  • Contents

Contents¶

Name

Title

Independent

Declare Independent Variables and Start Recording

fun_construct

Construct an ADFun Object and Stop Recording

Dependent

Stop Recording and Store Operation Sequence

abort_recording

Abort Recording of an Operation Sequence

fun_property

ADFun Function Properties

function_name

Setting and Getting a Function’s Name

Next Previous

© Copyright .

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