Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sumAndConvolvePair :: (C a, C b, C c) => (a -> b -> c) -> Pair a -> Pair b -> ((a, b), Triple c)synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
-
synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
-
synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
-
synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
-
synthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
sumRange :: (C v, Transform sig v) => sig v -> (Int, Int) -> vsynthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
sumRangeFromPyramid :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> vsynthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
sumRangeFromPyramidFoldr :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> vsynthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
sumRangeFromPyramidReverse :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> vsynthesizer-core Synthesizer.Generic.Filter.NonRecursive No documentation available.
sums :: (C v, Transform sig v) => Int -> sig v -> sig vsynthesizer-core Synthesizer.Generic.Filter.NonRecursive Moving (uniformly weighted) average in the most trivial form. This is very slow and needs about n * length x operations.