Skip to main content

transpose

Function transpose 

Source
pub fn transpose(a: &[Vec<f64>]) -> Vec<Vec<f64>>