pub fn reconstruct_into_with_projection<T: FloatExt, S: Data<Elem = T>, D: Dimension>(
    projected: ArrayBase<S, D>,
    reconstructed: ArrayViewMut<'_, T, D>,
    seed: u64,
    projection: &RandomProjectionKind,
) -> Result<(), RandomProjectionCodecError>
Expand description

Applies the (approximate) inverse of random projection to the projected array to reconstruct the input data with the given seed and projection kind and outputs into the reconstructed array.

§Errors

Errors with