[][src]Trait peroxide::structure::ad::AD

pub trait AD: Display + Clone + Copy + PartialEq + From<f64> + Into<f64> + Add<Output = Self> + Sub<Output = Self> + Mul<Output = Self> + Div<Output = Self> + Add<f64, Output = Self> + Sub<f64, Output = Self> + Mul<f64, Output = Self> + Div<f64, Output = Self> + PowOps + ExpLogOps + TrigOps + From<AD1> + Into<AD1> + From<AD2> + Into<AD2> + From<AD3> + Into<AD3> + From<AD4> + Into<AD4> + From<AD5> + Into<AD5> {
    fn to_ad1(self) -> AD1 { ... }
fn to_ad2(self) -> AD2 { ... }
fn to_ad3(self) -> AD3 { ... }
fn to_ad4(self) -> AD4 { ... }
fn to_ad5(self) -> AD5 { ... } }

Provided methods

fn to_ad1(self) -> AD1

fn to_ad2(self) -> AD2

fn to_ad3(self) -> AD3

fn to_ad4(self) -> AD4

fn to_ad5(self) -> AD5

Loading content...

Implementors

impl AD for AD1[src]

impl AD for AD2[src]

impl AD for AD3[src]

impl AD for AD4[src]

impl AD for AD5[src]

Loading content...