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

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

Required methods

fn to_col(&self) -> Matrix

fn to_row(&self) -> Matrix

Loading content...

Implementations on Foreign Types

impl ConvToMat for Vec<f64>[src]

Loading content...

Implementors

Loading content...