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.

  1. Padding :: !Sz ix -> !Sz ix -> !Border e -> Padding ix e

    massiv Data.Massiv.Array.Stencil

    No documentation available.

  2. pattern Par :: Comp

    massiv Data.Massiv.Core

    Parallel computation using all available cores. Same as ParOn []

  3. pattern Par' :: Comp

    massiv Data.Massiv.Core

    Parallel computation using all available cores. Same as ParN 0

  4. ParN :: Word16 -> Comp

    massiv Data.Massiv.Core

    Specify the number of workers that will be handling all the jobs. Difference from ParOn is that workers can jump between cores. Using ParN 0 will result in using all available capabilities.

  5. ParOn :: [Int] -> Comp

    massiv Data.Massiv.Core

    Schedule workers to run on specific capabilities. Specifying an empty list ParOn [] or using Par will result in utilization of all available capabilities.

  6. data PrefIndex ix e

    massiv Data.Massiv.Core

    Prefered indexing function.

  7. PrefIndex :: (ix -> e) -> PrefIndex ix e

    massiv Data.Massiv.Core

    No documentation available.

  8. PrefIndexLinear :: (Int -> e) -> PrefIndex ix e

    massiv Data.Massiv.Core

    No documentation available.

  9. class Monad m => PrimMonad (m :: Type -> Type)

    massiv Data.Massiv.Core

    Class of monads which can perform primitive state-transformer actions.

  10. data Pos

    monoid-extras Data.Monoid.Inf

    Type index indicating positive infinity.

Page 407 of many | Previous | Next