Function decompress_array

Source
pub fn decompress_array<P, A, D>(path: P) -> Result<ArrayBase<OwnedRepr<A>, D>>
where P: AsRef<Path>, A: for<'de> Deserialize<'de> + Clone, D: Dimension + for<'de> Deserialize<'de>,
Expand description

Decompress an array from a file

§Arguments

  • path - Path to the compressed array file

§Returns

The decompressed array