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.

  1. 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.

  2. sumAndConvolveQuadruple :: (C a, C b, C c) => (a -> b -> c) -> Quadruple a -> Quadruple b -> ((a, b), (c, c, c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  3. sumAndConvolveQuadrupleAlt :: (C a, C b, C c) => (a -> b -> c) -> Quadruple a -> Quadruple b -> ((a, b), (c, c, c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  4. sumAndConvolveTriple :: (C a, C b, C c) => (a -> b -> c) -> Triple a -> Triple b -> ((a, b), (c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  5. sumAndConvolveTripleAlt :: (C a, C b, C c) => (a -> b -> c) -> Triple a -> Triple b -> ((a, b), (c, c, c, c, c))

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  6. sumRange :: (C v, Transform sig v) => sig v -> (Int, Int) -> v

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  7. sumRangeFromPyramid :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> v

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  8. sumRangeFromPyramidFoldr :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> v

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  9. sumRangeFromPyramidReverse :: (C v, Transform sig v) => [sig v] -> (Int, Int) -> v

    synthesizer-core Synthesizer.Generic.Filter.NonRecursive

    No documentation available.

  10. sums :: (C v, Transform sig v) => Int -> sig v -> sig v

    synthesizer-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.

Page 51 of many | Previous | Next