[][src]Trait peroxide::structure::dual::VecWithDual

pub trait VecWithDual {
    type Item;
    fn conv_dual(&self) -> Self::Item;
}

Convert Vector <=> Dual

Associated Types

type Item

Loading content...

Required methods

fn conv_dual(&self) -> Self::Item

Loading content...

Implementations on Foreign Types

impl VecWithDual for Vec<f64>[src]

type Item = Vec<Dual>

impl VecWithDual for Vec<Dual>[src]

type Item = Vec<f64>

Loading content...

Implementors

Loading content...