print_mat

Function print_mat 

Source
pub fn print_mat<R, C, S>(x: &Matrix<f64, R, C, S>)
where R: Dim, C: Dim, S: Storage<f64, R, C>,