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.
sumPoolFlow :: CashFlowFrame -> PoolSource -> BalanceHastructure Cashflow lookup a pool source from a row
sumTsCF :: [TsRow] -> Date -> TsRowHastructure Cashflow No documentation available.
-
Hastructure Lib No documentation available.
-
Hastructure Stmt No documentation available.
-
LPFP LPFP Add a list of vectors.
sumG :: AbstractVector a => [a] -> aLPFP LPFP.ElectricField No documentation available.
-
LPFP LPFP.Newton2 No documentation available.
-
LPFP LPFP.SimpleVec Add a list of vectors.
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!
-
aern2-real AERN2.Real.Examples.Introduction No documentation available.