cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
    • ADFun
      • record_adfun
      • other_adfun
        • base2ad
        • json_ad_graph
        • cpp_ad_graph
        • abs_normal_fun
      • drivers
      • Forward
      • Reverse
      • sparsity_pattern
      • sparse_derivative
      • optimize
      • FunCheck
      • check_for_nan
      • to_csrc
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
cppad
  • »
  • user_guide »
  • ADFun »
  • other_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}} }\)

other_adfun¶

Other Ways to Create an ADFun Object¶

  • Contents

  • See Also

Contents¶

Name

Title

base2ad

Create an AD<Base> Function From a Base Function

json_ad_graph

Json Representation of an AD Graph

cpp_ad_graph

C++ Representation of an AD Graph

abs_normal_fun

Create An Abs-normal Representation of a Function

See Also¶

switch_var_dyn.cpp

Switching Between Variables and Dynamic Parameters: Example and Test

Next Previous

© Copyright .

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