pub fn print_diagonals_debug<M: MatrixExt>(p: &M)
where <M as MatrixExt>::Element: Debug,