pub fn transpose<T: Packable>(input: &[T], output: &mut [T]) -> Result<()>
Rewrites 1024 values from row order into the transposed layout.
If either slice is not exactly VALUES long.
VALUES