pub fn pretty_print<T: ComplexFloat + Display, D0: Dim, D1: Dim>( mat: &Array<T, (D0, D1)>, )where <T as ComplexFloat>::Real: Display,
Displays a numeric mdarray in a human-readable format (NumPy-style)
mdarray