pub fn get_shape3(array: &Array3<f64>) -> Result<[usize; 3], Error>
Expand description

Gets the shape of an Array3 object or raise an error if not possible