pub fn unscale<T: Float, S: Data<Elem = T>, D: Dimension>( data: ArrayBase<S, D>, offset: T, scale: T, ) -> Array<T, D>
Compute (x⋅s)+o(x \cdot s) + o(x⋅s)+o over the elements of the input data array.
data