Crate numcodecs_swizzle_reshape

source ·
Expand description

CI Status MSRV Latest Version Rust Doc Crate Rust Doc Main

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§

Functions§

  • Swizzle and reshape the input data array with the new axes.
  • Reverts the swizzle and reshape of the encoded array with the axes and returns the original array.
  • Reverts the swizzle and reshape of the encoded array with the axes and outputs it into the decoded array.