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.
Padding :: !Sz ix -> !Sz ix -> !Border e -> Padding ix emassiv Data.Massiv.Array.Stencil No documentation available.
-
massiv Data.Massiv.Core Parallel computation using all available cores. Same as ParOn []
-
massiv Data.Massiv.Core Parallel computation using all available cores. Same as ParN 0
-
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.
-
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.
-
massiv Data.Massiv.Core Prefered indexing function.
PrefIndex :: (ix -> e) -> PrefIndex ix emassiv Data.Massiv.Core No documentation available.
PrefIndexLinear :: (Int -> e) -> PrefIndex ix emassiv Data.Massiv.Core No documentation available.
class Monad m =>
PrimMonad (m :: Type -> Type)massiv Data.Massiv.Core Class of monads which can perform primitive state-transformer actions.
-
monoid-extras Data.Monoid.Inf Type index indicating positive infinity.