mat_transpose

Function mat_transpose 

Source
pub fn mat_transpose<F: PrimeField>(mat: &[Vec<F>]) -> Vec<Vec<F>>