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