• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. volumeVectorEuclideanSqr :: (C y, Sqr y yv) => T yv -> y

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  2. volumeVectorMaximum :: (C y yv, Ord y) => T yv -> y

    synthesizer-core Synthesizer.Plain.Analysis

    Volume based on Manhattan norm.

  3. volumeVectorSum :: (C y yv, C y) => T yv -> y

    synthesizer-core Synthesizer.Plain.Analysis

    Volume based on Sum norm.

  4. amplifyVector :: C a v => a -> T v -> T v

    synthesizer-core Synthesizer.Plain.Filter.NonRecursive

    No documentation available.

  5. envelopeVector :: C a v => T a -> T v -> T v

    synthesizer-core Synthesizer.Plain.Filter.NonRecursive

    No documentation available.

  6. volumeVectorEuclidean :: (C y, C y yv) => T yv -> y

    synthesizer-core Synthesizer.State.Analysis

    Volume based on Energy norm.

  7. volumeVectorEuclideanSqr :: (C y, Sqr y yv) => T yv -> y

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  8. volumeVectorMaximum :: (C y yv, Ord y) => T yv -> y

    synthesizer-core Synthesizer.State.Analysis

    Volume based on Manhattan norm.

  9. volumeVectorSum :: (C y yv, C y) => T yv -> y

    synthesizer-core Synthesizer.State.Analysis

    Volume based on Sum norm.

  10. amplifyVector :: C a v => a -> T v -> T v

    synthesizer-core Synthesizer.State.Filter.NonRecursive

    No documentation available.

Page 76 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete