Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. sumG :: AbstractVector a => [a] -> a

    LPFP LPFP.ElectricField

    No documentation available.

  2. sumF :: [R -> R] -> R -> R

    LPFP LPFP.Newton2

    No documentation available.

  3. sumV :: [Vec] -> Vec

    LPFP LPFP.SimpleVec

    Add a list of vectors.

  4. sumS :: (Monad m, Ord a, RealFloat a, Show a) => Log a -> Stream m (Log a) -> m (Log a)

    SciBaseTypes Numeric.LogDomain

    This is similar to sum but requires only one pass over the data. It will be useful if the first two elements in the stream are large. If the user has some control over how the stream is generated, this function might show better performance than sum and better numeric stability than 'fold 0 (+)' TODO this needs to be benchmarked against fold 0 (+), since in DnaProteinAlignment sumS seems to be slower!

  5. sumSines1 :: Integer -> CReal

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

  6. sumSines1_run1 :: CN MPBall

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

  7. sumSines1_run2 :: CN MPBall

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

  8. sumAbsDistNorm :: (Integral a, Ord a) => [a] -> [a] -> Integer

    aftovolio Aftovolio.General.Distance

    Is also a simplified distance between the lists. Intended to be used with Word8.

  9. sumAbsDistNormComp :: Compards -> Compards -> Integer

    aftovolio Aftovolio.General.Distance

    Intended to be used with Compards of the same constructor in both arguments of the function. Otherwise returns -1.

  10. sumSqrDistNorm :: (Real a, Fractional a) => [a] -> [a] -> a

    aftovolio Aftovolio.General.Distance

    No documentation available.

Page 60 of many | Previous | Next