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

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

Required methods

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

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

Loading content...

Implementations on Foreign Types

impl ConvToMat for Vec<f64>[src]

Loading content...

Implementors

Loading content...