cppad
  • Table of Contents
  • user_guide
    • Install
    • Theory
    • AD
      • ad_ctor
      • ad_assign
      • Convert
      • ADValued
        • Arithmetic
        • unary_standard_math
        • binary_math
        • CondExp
        • Discrete
        • numeric_limits
        • atomic
          • atomic_four
            • atomic_four_define
            • atomic_four_example
              • atomic_four_get_started.cpp
              • atomic_four_norm_sq.cpp
              • atomic_four_forward.cpp
              • atomic_four_dynamic.cpp
              • atomic_four_vector
              • atomic_four_mat_mul
              • atomic_four_lin_ode
          • atomic_three
          • chkpoint_two
      • bool_valued
      • VecAD
      • base_require
    • ADFun
    • preprocessor
    • multi_thread
    • utility
    • ipopt_solve
    • Example
    • speed
  • appendix
  • Index
cppad
  • »
  • user_guide »
  • AD »
  • ADValued »
  • atomic »
  • atomic_four »
  • atomic_four_example
  • 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}} }\)

atomic_four_example¶

Examples Defining Atomic Functions: Fourth Generation¶

  • Contents

Contents¶

Name

Title

atomic_four_get_started.cpp

Getting Started with Atomic Functions: Example and Test

atomic_four_norm_sq.cpp

Atomic Euclidean Norm Squared: Example and Test

atomic_four_forward.cpp

Atomic Functions and Forward Mode: Example and Test

atomic_four_dynamic.cpp

Atomic Functions with Dynamic Parameters: Example and Test

atomic_four_vector

Atomic Vector Element-wise Operators: Example and Test

atomic_four_mat_mul

Atomic Matrix Multiply Class: Example Implementation

atomic_four_lin_ode

Atomic First Order Linear ODE Method: Example Implementation

Next Previous

© Copyright .

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