AD

Type Alias AD 

Source
pub type AD = Jet<2>;
Expand description

Backward compatibility alias: AD is now Jet<2>.

For new code, prefer Dual = Jet<1> or HyperDual = Jet<2> directly.

Aliased Type§

pub struct AD { /* private fields */ }

Trait Implementations§

Source§

impl Printable for AD

Source§

fn print(&self)

Source§

impl Real for AD

Source§

fn to_f64(&self) -> f64

Source§

fn from_f64(f: f64) -> Self

Source§

fn to_ad(&self) -> AD