[][src]Trait peroxide::operation::number::NumberVector

pub trait NumberVector {
    fn to_dual_vec(&self) -> Vec<Dual>;
fn to_f64_vec(&self) -> Vec<f64>;
fn to_hyper_vec(&self) -> Vec<HyperDual>;
fn from_dual_vec(v: Vec<Dual>) -> Self;
fn from_f64_vec(v: Vec<f64>) -> Self;
fn from_hyper_vec(v: Vec<HyperDual>) -> Self; }

Required methods

fn to_dual_vec(&self) -> Vec<Dual>

fn to_f64_vec(&self) -> Vec<f64>

fn to_hyper_vec(&self) -> Vec<HyperDual>

fn from_dual_vec(v: Vec<Dual>) -> Self

fn from_f64_vec(v: Vec<f64>) -> Self

fn from_hyper_vec(v: Vec<HyperDual>) -> Self

Loading content...

Implementations on Foreign Types

impl NumberVector for Vec<Number>[src]

Loading content...

Implementors

Loading content...