Skip to main content

transpose

Function transpose 

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