Function compress

Source
pub fn compress<T: Element>(
    data: &[T],
    shape: &[usize],
    target: ErrorBound,
    verbose: bool,
    debug: bool,
) -> Result<Vec<u8>, Error>
Expand description

Compress the data buffer using the target error bound.

§Errors

Errors with