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.
KB2Sum :: Double -> Double -> Double -> KB2Summath-functions Numeric.Sum No documentation available.
-
math-functions Numeric.Sum Kahan-Babuška-Neumaier summation. This is a little more computationally costly than plain Kahan summation, but is always at least as accurate.
KBNSum :: Double -> Double -> KBNSummath-functions Numeric.Sum No documentation available.
-
math-functions Numeric.Sum Kahan summation. This is the least accurate of the compensated summation methods. In practice, it only beats naive summation for inputs with large magnitude. Kahan summation can be less accurate than naive summation for small-magnitude inputs. This summation method is included for completeness. Its use is not recommended. In practice, KBNSum is both 30% faster and more accurate.
KahanSum :: Double -> Double -> KahanSummath-functions Numeric.Sum No documentation available.
pairwiseSum :: Vector v Double => v Double -> Doublemath-functions Numeric.Sum O(n) Sum a vector of values using pairwise summation. This approach is perhaps 10% faster than KBNSum, but has poorer bounds on its error growth. Instead of having roughly constant error regardless of the size of the input vector, in the worst case its accumulated error grows with O(log n).
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
gi-gio GI.Gio.Objects.Application Adds a summary to the application option context. See optionContextSetSummary for more information. Since: 2.56
settingsSchemaKeyGetSummary :: (HasCallStack, MonadIO m) => SettingsSchemaKey -> m (Maybe Text)gi-gio GI.Gio.Structs.SettingsSchemaKey Gets the summary for key. If no summary has been provided in the schema for key, returns Nothing. The summary is a short description of the purpose of the key; usually one short sentence. Summaries can be translated and the value returned from this function is is the current locale. This function is slow. The summary and description information for the schemas is not stored in the compiled schema database so this function has to parse all of the source XML files in the schema directory. Since: 2.34