Expand description
codec implementation for the numcodecs
API.
Structs§
- Fixed
Offset Scale Codec - Fixed offset-scale codec which calculates on encoding and on decoding.
Enums§
- Fixed
Offset Scale Codec Error - Errors that may occur when applying the
FixedOffsetScaleCodec
.
Functions§
- scale
- Compute over the elements of the input
data
array. - unscale
- Compute over the elements of the input
data
array. - unscale_
into - Compute over the elements of the input
data
array and write them into theout
put array.