Function numcodecs_swizzle_reshape::swizzle_reshape

source ·
pub fn swizzle_reshape<T: Copy, S: Data<Elem = T>>(
    data: ArrayBase<S, IxDyn>,
    axes: &[AxisGroup],
) -> Result<Array<T, IxDyn>, SwizzleReshapeCodecError>
Expand description

Swizzle and reshape the input data array with the new axes.

§Errors

Errors with