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.
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.
-
aern2-real AERN2.Real.Examples.Introduction No documentation available.
-
aern2-real AERN2.Real.Examples.Introduction No documentation available.
sumAbsDistNorm :: (Integral a, Ord a) => [a] -> [a] -> Integeraftovolio Aftovolio.General.Distance Is also a simplified distance between the lists. Intended to be used with Word8.
sumAbsDistNormComp :: Compards -> Compards -> Integeraftovolio Aftovolio.General.Distance Intended to be used with Compards of the same constructor in both arguments of the function. Otherwise returns -1.
sumSqrDistNorm :: (Real a, Fractional a) => [a] -> [a] -> aaftovolio Aftovolio.General.Distance No documentation available.