ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Abs_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 39 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACos_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 45 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ACosH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 51 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASin_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 57 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ASinH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 63 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATan_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 69 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::ATanH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 75 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Cos_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 81 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::CosH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 87 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erf_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 93 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Erfc_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 99 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Exp_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 115 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 127 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 121 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log10_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 141 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log2_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 147 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Log_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 135 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 164 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 153 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 184 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 173 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 203 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 193 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sin_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 212 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::SinH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 218 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sq_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 224 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sqrt_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 230 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Tan_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 236 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::TanH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 242 of file CladDerivator.h.