pub fn get_shape2(array: &ArrayView2<'_, f64>) -> Result<[usize; 2], Error>
Expand description

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