| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Abs_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 37 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACos_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 43 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACosH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 49 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASin_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 55 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASinH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 61 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATan_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 67 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATanH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 73 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Cos_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 79 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::CosH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 85 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erf_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 91 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erfc_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 97 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Exp_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 109 of file CladDerivator.h.
| void clad::custom_derivatives::TMath::Hypot_pullback | ( | T | x, |
| T | y, | ||
| U | p, | ||
| T * | d_x, | ||
| T * | d_y ) |
Definition at line 121 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Hypot_pushforward | ( | T | x, |
| T | y, | ||
| T | d_x, | ||
| T | d_y ) |
Definition at line 115 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::LnGamma_pushforward | ( | T | z, |
| T | d_z ) |
Definition at line 103 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log10_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 135 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log2_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 141 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 129 of file CladDerivator.h.
| void clad::custom_derivatives::TMath::Power_pullback | ( | T | x, |
| U | y, | ||
| V | p, | ||
| T * | d_x, | ||
| U * | d_y ) |
Definition at line 157 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Power_pushforward | ( | T | x, |
| U | y, | ||
| T | d_x, | ||
| U | d_y ) |
Definition at line 147 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sin_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 166 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::SinH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 172 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sq_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 178 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sqrt_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 184 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Tan_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 190 of file CladDerivator.h.
| ValueAndPushforward< T, T > clad::custom_derivatives::TMath::TanH_pushforward | ( | T | x, |
| T | d_x ) |
Definition at line 196 of file CladDerivator.h.