Inheritance diagram for ConstantNeuralFunction:

Definition at line 17 of file ConstantNeuralFunction.hpp.
Public Member Functions | |
| ConstantNeuralFunction (double z) | |
| Constructor. | |
| virtual | ~ConstantNeuralFunction () |
| Destructor. | |
| virtual double | evaluate (double t, const double y[]) |
| Evaluate the function. | |
| ConstantNeuralFunction | ( | double | z | ) |
Constructor.
| z | ; the level of neural activity. |
Definition at line 5 of file ConstantNeuralFunction.cpp.
| ~ConstantNeuralFunction | ( | ) | [virtual] |
| double evaluate | ( | double | t, | |
| const double | y[] | |||
| ) | [virtual] |
Evaluate the function.
; the constant level of neural activity.Definition at line 13 of file ConstantNeuralFunction.cpp.
1.5.2