Trait peroxide::traits::sugar::ConvToMat[][src]

pub trait ConvToMat {
    fn to_col(&self) -> Matrix;
fn to_row(&self) -> Matrix; }

Required methods

fn to_col(&self) -> Matrix[src]

fn to_row(&self) -> Matrix[src]

Loading content...

Implementations on Foreign Types

impl ConvToMat for Vec<f64>[src]

Loading content...

Implementors

Loading content...