pub fn transpose(m: &Vec<Vec<Polynomial<i64>>>) -> Vec<Vec<Polynomial<i64>>>
take the transpose of a matrix of polynomials
m
result