[][src]Function peroxide::structure::matrix::r_matrix

pub fn r_matrix<T>(v: Vec<T>, r: usize, c: usize, shape: Shape) -> Matrix where
    T: Into<f64>, 

R-like matrix constructor (Explicit ver.)