pub fn unpack_with<T: Packable>( input: &[T], width: usize, output: &mut [T], scratch: &mut Scratch<T>, ) -> Result<()>
As unpack, through a buffer the caller keeps rather than one allocated per call.
unpack
As unpack_transposed.
unpack_transposed