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.
unwrapNormalForm :: Array N ix e -> Array B ix emassiv Data.Massiv.Array.Manifest unwrapNormalFormArray :: Array N ix e -> Array emassiv Data.Massiv.Array.Manifest O(1) - Unwrap a fully evaluated boxed array. This will discard any possible slicing that has been applied to the array.
unwrapNormalFormMutableArray :: MArray s N ix e -> MutableArray s emassiv Data.Massiv.Array.Manifest O(1) - Unwrap a fully evaluated mutable boxed array. This will discard any possible slicing that has been applied to the array.
-
massiv Data.Massiv.Array.Mutable Same as for2PrimM_, but with index aware action.
-
massiv Data.Massiv.Array.Mutable Sequentially loop over a mutable array while modifying each element with an index aware action.
-
massiv Data.Massiv.Array.Mutable 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.Mutable Sequentially loop over a mutable array while modifying each element with an index aware action.
-
massiv Data.Massiv.Array.Mutable 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.
unsafeArrayFromForeignPtr :: Storable e => Comp -> ForeignPtr e -> Int -> Sz1 -> Array S Ix1 emassiv Data.Massiv.Array.Unsafe O(1) - Wrap a ForeignPtr, an offset and it's size into a pure storable array.
unsafeArrayFromForeignPtr0 :: Comp -> ForeignPtr e -> Sz1 -> Vector S emassiv Data.Massiv.Array.Unsafe O(1) - Wrap a ForeignPtr and it's size into a pure storable array.