pub fn flatten_matrix(mat: ArrayView2<'_, f32>) -> ArrayView1<'_, f32>Expand description
Vectorizes (flattens) the given matrix mat.
pub fn flatten_matrix(mat: ArrayView2<'_, f32>) -> ArrayView1<'_, f32>Vectorizes (flattens) the given matrix mat.