Crate numcodecs_swizzle_reshape
source ·Expand description
Array axis swizzle and reshape codec implementation for the numcodecs
API.
Structs§
- Marker to signify all remaining (not explicitly named) axes
- Codec to swizzle/swap the axes of an array and reshape it.
Enums§
- An axis or all remaining axes
- An axis group, potentially from a merged combination of multiple input axes
- Errors that may occur when applying the
SwizzleReshapeCodec.
Functions§
- Swizzle and reshape the input
dataarray with the newaxes. - Reverts the swizzle and reshape of the
encodedarray with theaxesand returns the original array. - Reverts the swizzle and reshape of the
encodedarray with theaxesand outputs it into thedecodedarray.