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

R-like matrix constructor (Explicit ver.)