Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. sumAllS :: (Shape sh, Source r a, Num a) => Array r sh a -> a

    repa Data.Array.Repa

    Sequential sum of all the elements of an array.

  2. sumP :: (Shape sh, Source r a, Num a, Unbox a, Monad m) => Array r (sh :. Int) a -> m (Array U sh a)

    repa Data.Array.Repa

    Parallel sum the innermost dimension of an array.

  3. sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh a

    repa Data.Array.Repa

    Sequential sum the innermost dimension of an array.

  4. sumAllP :: (Shape sh, Source r a, Unbox a, Num a, Monad m) => Array r sh a -> m a

    repa Data.Array.Repa.Operators.Reduction

    Parallel sum all the elements of an array.

  5. sumAllS :: (Shape sh, Source r a, Num a) => Array r sh a -> a

    repa Data.Array.Repa.Operators.Reduction

    Sequential sum of all the elements of an array.

  6. sumP :: (Shape sh, Source r a, Num a, Unbox a, Monad m) => Array r (sh :. Int) a -> m (Array U sh a)

    repa Data.Array.Repa.Operators.Reduction

    Parallel sum the innermost dimension of an array.

  7. sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh a

    repa Data.Array.Repa.Operators.Reduction

    Sequential sum the innermost dimension of an array.

  8. sumFromTo :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Base.Math

    Sigma sumation symbol with limits, like <math>.

  9. sumFromTo :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Sigma sumation symbol with limits, like <math>.

  10. sumAreas :: Area -> Area -> Area

    LambdaHack Game.LambdaHack.Common.Area

    No documentation available.

Page 56 of many | Previous | Next