Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unwrapByteArrayOffset :: Array P ix e -> Intmassiv Data.Massiv.Array.Manifest O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.
unwrapMutableByteArrayOffset :: MArray s P ix e -> Intmassiv Data.Massiv.Array.Manifest O(1) - Extract the linear offset into underlying MutableByteArray, which can aslo be extracted with unwrapMutableByteArray.
-
massiv Data.Massiv.Array.Unsafe Set all cells in the mutable array within the range to a specified value.
-
massiv Data.Massiv.Core Similar to iterArrayLinearST_. Except it also accepts a function that is potentially optimized for setting many cells in a region to the same value.
-
semirings Data.Semiring Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.
IntSetOf :: IntSet -> IntSetOf asemirings Data.Semiring No documentation available.
getIntSet :: IntSetOf a -> IntSetsemirings Data.Semiring No documentation available.
offsetShapeFromThenTo :: [Int] -> [Int] -> [Int] -> [Int] -> [Int]carray Data.Array.CArray.Base No documentation available.
offsetShapeFromTo :: [Int] -> [Int] -> [Int] -> [Int]carray Data.Array.CArray.Base No documentation available.
offsetShapeFromTo' :: ([[Int]] -> [[Int]]) -> [Int] -> [Int] -> [Int] -> [Int]carray Data.Array.CArray.Base No documentation available.