transpose3

Function transpose3 

Source
pub fn transpose3(x: [f64; 9]) -> [f64; 9]
Expand description

Returns the array representing the transpose of the input 3-by-3 matrix