Skip to main content

Module autodiff

Module autodiff 

Source
Expand description

Third-order forward-mode automatic differentiation primitives.

Jet3 carries value and derivatives up to the 3rd order with respect to a single scalar seed variable, and supports common arithmetic plus elementary functions (sin, cos, exp, ln, sqrt, powi).

Structs§

Jet3
Third-order forward-mode automatic differentiation scalar.

Functions§

cos
Function-style wrapper for Jet3::cos.
exp
Function-style wrapper for Jet3::exp.
ln
Function-style wrapper for Jet3::ln.
powi
Function-style wrapper for Jet3::powi.
sin
Function-style wrapper for Jet3::sin.
sqrt
Function-style wrapper for Jet3::sqrt.