format_matrix

Function format_matrix 

Source
pub fn format_matrix<const ROW_COUNT: usize, const COLUMN_COUNT: usize, Number: ArithmeticOps>(
    matrix: &[[Number; COLUMN_COUNT]; ROW_COUNT],
    unit_suffix: &str,
    indent: usize,
) -> String