Function compute::linalg::transpose[][src]

pub fn transpose(a: &[f64], nrows: usize) -> Vec<f64>

Transpose a matrix.