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. sumPoolFlow :: CashFlowFrame -> PoolSource -> Balance

    Hastructure Cashflow

    lookup a pool source from a row

  2. sumTsCF :: [TsRow] -> Date -> TsRow

    Hastructure Cashflow

    No documentation available.

  3. sumValTs :: Ts -> Amount

    Hastructure Lib

    No documentation available.

  4. sumTxn :: [Txn] -> Balance

    Hastructure Stmt

    No documentation available.

  5. sumV :: [Vec] -> Vec

    LPFP LPFP

    Add a list of vectors.

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

    LPFP LPFP.ElectricField

    No documentation available.

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

    LPFP LPFP.Newton2

    No documentation available.

  8. sumV :: [Vec] -> Vec

    LPFP LPFP.SimpleVec

    Add a list of vectors.

  9. 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!

  10. sumSines1 :: Integer -> CReal

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

Page 60 of many | Previous | Next