synthesizer-llvm-0.9: Efficient signal processing using runtime compilation

Safe HaskellNone

Synthesizer.LLVM.Filter.ComplexFirstOrderPacked

Synopsis

Documentation

data Parameter a Source

Instances

(IsPrimitive a, IsSized a, Positive (:*: D4 (SizeOf a))) => C (Parameter a) 
IsPrimitive a => Phi (Parameter a) 
IsPrimitive a => Undefined (Parameter a) 
(Arithmetic a, IsConst a, C (Value (State a))) => C (Parameter a) (T (Value a)) (T (Value a)) 

parameter :: (TranscendentalConstant a, IsFloating a, IsPrimitive a) => Value a -> Value a -> CodeGenFunction r (Parameter a)Source

causal :: (C process, Arithmetic a, C (Value (State a))) => process (Parameter a, T (Value a)) (T (Value a))Source

causalP :: (Arithmetic a, C (Value (State a))) => T p (Parameter a, T (Value a)) (T (Value a))Source

Deprecated: use causal instead