transpose

Function transpose 

Source
pub fn transpose(m: &Vec<Vec<Polynomial<i64>>>) -> Vec<Vec<Polynomial<i64>>>
Expand description

take the transpose of a matrix of polynomials

§Arguments

  • m - matrix of polynomials

§Returns

  • result - matrix of polynomials