synthesizer-core-0.7.1: Audio signal processing coded in Haskell: Low level part

Safe HaskellNone
LanguageHaskell2010

Synthesizer.Plain.LorenzAttractor

Documentation

computeDerivatives :: C y => (y, y, y) -> (y, y, y) -> (y, y, y)

explicitEuler :: C a v => a -> (v -> v) -> v -> [v]