[][src]Function simple_ml::print_a_matrix

pub fn print_a_matrix<T: Debug>(string: &str, matrix: &Vec<Vec<T>>)