Skip to main content

flatten_rows

Function flatten_rows 

Source
fn flatten_rows(rows: Vec<Vec<f64>>, n_rows: usize, n_cols: usize) -> Vec<f64>