Crate numcodecs_reinterpret
source ·Expand description
Binary reinterpret codec implementation for the numcodecs
API.
Structs§
- Codec to reinterpret data between different compatible types.
Enums§
- Errors that may occur when applying the
ReinterpretCodec
.
Functions§
- Reinterpret the data elements of the
array
using the providedreinterpret
closure. The shape of the data is preserved. - Reinterpret the data elements of the
encoded
array using the providedreinterpret
closure into thedecoded
array.