cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
      • ad_ctor
      • ad_assign
      • Convert
        • Value
        • Integer
        • ad_to_string
        • ad_input
        • ad_output
        • PrintFor
        • Var2Par
      • ADValued
      • bool_valued
      • VecAD
      • base_require
    • ADFun
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
cppad
  • »
  • user_guide »
  • AD »
  • Convert
  • 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}} }\)

Convert¶

Conversion and I/O of AD Objects¶

Value

Convert From an AD Type to its Base Type

Integer

Convert From AD to Integer

ad_output

AD Output Stream Operator

PrintFor

Printing AD Values During Forward Mode

Var2Par

Convert an AD Variable or Dynamic Parameter to a Constant

Next Previous

© Copyright .

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