numcodecs_swizzle_reshape

Function 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