[][src]Trait peroxide::traits::pointer::Oxide

pub trait Oxide: Vector {
    fn ox(self) -> Redox<Self>
    where
        Self: Sized
; }

Required methods

fn ox(self) -> Redox<Self> where
    Self: Sized

Loading content...

Implementations on Foreign Types

impl Oxide for Vec<Dual>[src]

impl Oxide for Vec<f64>[src]

Loading content...

Implementors

Loading content...