peroxide::traits::sugar

Trait ConvToMat

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

Required Methods§

Source

fn to_col(&self) -> Matrix

Source

fn to_row(&self) -> Matrix

Implementations on Foreign Types§

Source§

impl ConvToMat for Vec<f64>

Source§

fn to_col(&self) -> Matrix

Source§

fn to_row(&self) -> Matrix

Implementors§