pretty_print

Function pretty_print 

Source
pub fn pretty_print<T: ComplexFloat + Display>(mat: &DTensor<T, 2>)
where <T as ComplexFloat>::Real: Display,
Expand description

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