flatten_matrix

Function flatten_matrix 

Source
pub fn flatten_matrix(mat: ArrayView2<'_, f32>) -> ArrayView1<'_, f32>
Expand description

Vectorizes (flattens) the given matrix mat.