Function numcodecs_sz3::compress

source ·
pub fn compress<T: Sz3Element, S: Data<Elem = T>, D: Dimension>(
    data: ArrayBase<S, D>,
    bound: &Sz3ErrorBound,
) -> Result<Vec<u8>, Sz3CodecError>
Expand description

Compresses the input data array using SZ3 with the provided error bound configuration.

§Errors

Errors with