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.

  1. unwrapByteArrayOffset :: Array P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract potential linear offset into the underlying ByteArray, which can also be extracted with unwrapByteArray.

  2. unwrapMutableByteArrayOffset :: MArray s P ix e -> Int

    massiv Data.Massiv.Array.Manifest

    O(1) - Extract the linear offset into underlying MutableByteArray, which can aslo be extracted with unwrapMutableByteArray.

  3. unsafeLinearSet :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> Ix1 -> Sz1 -> e -> m ()

    massiv Data.Massiv.Array.Unsafe

    Set all cells in the mutable array within the range to a specified value.

  4. iterArrayLinearWithSetST_ :: Load r ix e => Scheduler s () -> Array r ix e -> (Ix1 -> e -> ST s ()) -> (Ix1 -> Sz1 -> e -> ST s ()) -> ST s ()

    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.

  5. newtype IntSetOf a

    semirings Data.Semiring

    Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.

  6. IntSetOf :: IntSet -> IntSetOf a

    semirings Data.Semiring

    No documentation available.

  7. getIntSet :: IntSetOf a -> IntSet

    semirings Data.Semiring

    No documentation available.

  8. offsetShapeFromThenTo :: [Int] -> [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  9. offsetShapeFromTo :: [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

  10. offsetShapeFromTo' :: ([[Int]] -> [[Int]]) -> [Int] -> [Int] -> [Int] -> [Int]

    carray Data.Array.CArray.Base

    No documentation available.

Page 111 of many | Previous | Next