flatten_2d

Function flatten_2d 

Source
pub fn flatten_2d<T: Clone>(array: &Array2<T>) -> Array1<T>
Expand description

Flatten 2D array to 1D