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::Power_pullback | ( | T | x, |
T | y, | ||
U | p, | ||
clad::array_ref< T > | d_x, | ||
clad::array_ref< T > | d_y ) |
Definition at line 165 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 155 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sin_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 174 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::SinH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 180 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sq_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 186 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Sqrt_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 192 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::Tan_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 198 of file CladDerivator.h.
ValueAndPushforward< T, T > clad::custom_derivatives::TMath::TanH_pushforward | ( | T | x, |
T | d_x ) |
Definition at line 204 of file CladDerivator.h.