Skip to main content

pretty_print

Function pretty_print 

Source
pub fn pretty_print<T: ComplexFloat + Display, D0: Dim, D1: Dim>(
    mat: &Array<T, (D0, D1)>,
)
where <T as ComplexFloat>::Real: Display,
Expand description

Displays a numeric mdarray in a human-readable format (NumPy-style)