DecayingExponential Class
(lgnSimulator::DecayingExponential)Temporal decaying exponential kernel. More...
Header: | #include <DecayingExponential> |
Inherits: | TemporalKernel |
Public Functions
DecayingExponential(double tau, double delay) | |
~DecayingExponential() |
Reimplemented Public Functions
virtual complex<double> | fourierTransform(double w) const |
virtual double | temporal(double t) const |
- 2 public functions inherited from lgnSimulator::TemporalKernel
Detailed Description
Temporal decaying exponential kernel.
Member Function Documentation
DecayingExponential::DecayingExponential(double tau, double delay)
Default constructs an instance of DecayingExponential.
DecayingExponential::~DecayingExponential()
Destroys the instance of DecayingExponential.