Function algebloat::matrix::write_mat[][src]

pub fn write_mat<T: MatrixRawGet + MatrixShape>(
    w: &mut Formatter<'_>,
    a: &T
) -> Result