ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Abs_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 41 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACos_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 47 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACosH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 53 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASin_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 59 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASinH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 65 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATan_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 71 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATanH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 77 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Cos_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 83 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::CosH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 89 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erf_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 95 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erfc_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 101 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Exp_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 117 of file CladDerivator.h.
void clad::custom_derivatives::TMath::Hypot_pullback | ( | T | x, |
T | y, | ||
U | p, | ||
clad::array_ref< T > | d_x, | ||
clad::array_ref< T > | d_y ) |
Definition at line 129 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 123 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log10_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 143 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log2_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 149 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 137 of file CladDerivator.h.
void clad::custom_derivatives::TMath::Max_pullback | ( | T | a, |
T | b, | ||
U | p, | ||
clad::array_ref< T > | d_a, | ||
clad::array_ref< T > | d_b ) |
Definition at line 166 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Max_pushforward | ( | T | x, |
T | y, | ||
T | d_x, | ||
T | d_y ) |
Definition at line 155 of file CladDerivator.h.
void clad::custom_derivatives::TMath::Min_pullback | ( | T | a, |
T | b, | ||
U | p, | ||
clad::array_ref< T > | d_a, | ||
clad::array_ref< T > | d_b ) |
Definition at line 186 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Min_pushforward | ( | T | x, |
T | y, | ||
T | d_x, | ||
T | d_y ) |
Definition at line 175 of file CladDerivator.h.
void clad::custom_derivatives::TMath::Power_pullback | ( | T | x, |
T | y, | ||
U | p, | ||
clad::array_ref< T > | d_x, | ||
clad::array_ref< T > | d_y ) |
Definition at line 205 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Power_pushforward | ( | T | x, |
T | y, | ||
T | d_x, | ||
T | d_y ) |
Definition at line 195 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sin_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 214 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::SinH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 220 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sq_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 226 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sqrt_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 232 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Tan_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 238 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::TanH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 244 of file CladDerivator.h.