Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
massiv Data.Massiv.Array.Manifest Sequentially loop over a mutable array while modifying each element with an index aware action.
-
massiv Data.Massiv.Array.Manifest Sequentially loop over a mutable array while reading each element and applying a linear index aware action to it. There is no mutation to the array, unless the action itself modifies it.
-
massiv Data.Massiv.Array.Manifest Sequentially loop over a mutable array while modifying each element with an index aware action.
-
massiv Data.Massiv.Array.Manifest Sequentially loop over a mutable array while reading each element and applying an index aware action to it. There is no mutation to the array, unless the action itself modifies it.