Skip to main content

transpose

Function transpose 

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

Transpose an m×n matrix.