Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv Data.Massiv.Array General array transformation
-
massiv Data.Massiv.Array Same as transform', but operates on two arrays
-
massiv Data.Massiv.Array Same as transformM, but operates on two arrays
-
massiv Data.Massiv.Array General array transformation, that forces computation and produces a manifest array.
-
massiv Data.Massiv.Array Generate a random array where all elements are sampled from a uniform distribution.
-
massiv Data.Massiv.Array Same as uniformArray, but will generate values in a supplied range.
evalNormalForm :: (Index ix, NFData e) => Array B ix e -> Array N ix emassiv Data.Massiv.Array.Manifest O(n) - Compute all elements of a boxed array to NF (normal form)
evalNormalFormArray :: NFData e => Comp -> Array e -> Array N Ix1 emassiv Data.Massiv.Array.Manifest O(n) - Wrap a boxed array and evaluate all elements to a Normal Form (NF).
-
massiv Data.Massiv.Array.Manifest O(n) - Wrap mutable boxed array and evaluate all elements to NF.
-
massiv Data.Massiv.Array.Manifest Same as for2PrimM_, but with index aware action.