Expand description
ZFP codec implementation for the numcodecs
API.
Structs§
- ZfpCodec
- Codec providing compression using ZFP
Enums§
- ZfpCodec
Error - Errors that may occur when applying the
ZfpCodec
. - ZfpCompression
Mode - ZFP compression mode
Functions§
- compress
- Compress the
data
array using ZFP with the providedmode
. - decompress
- Decompress the
encoded
data into an array using ZFP. - decompress_
into - Decompress the
encoded
data into adecoded
array using ZFP.