GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Macros | |
#define | NEURONMODELS_CC |
Functions | |
void | prepareStandardModels () |
Function that defines standard neuron models. More... | |
Variables | |
vector< neuronModel > | nModels |
Global C++ vector containing all neuron model descriptions. More... | |
unsigned int | MAPNEURON |
variable attaching the name "MAPNEURON" More... | |
unsigned int | POISSONNEURON |
variable attaching the name "POISSONNEURON" More... | |
unsigned int | TRAUBMILES_FAST |
variable attaching the name "TRAUBMILES_FAST" More... | |
unsigned int | TRAUBMILES_ALTERNATIVE |
variable attaching the name "TRAUBMILES_ALTERNATIVE" More... | |
unsigned int | TRAUBMILES_SAFE |
variable attaching the name "TRAUBMILES_SAFE" More... | |
unsigned int | TRAUBMILES |
variable attaching the name "TRAUBMILES" More... | |
unsigned int | TRAUBMILES_PSTEP |
variable attaching the name "TRAUBMILES_PSTEP" More... | |
unsigned int | IZHIKEVICH |
variable attaching the name "IZHIKEVICH" More... | |
unsigned int | IZHIKEVICH_V |
variable attaching the name "IZHIKEVICH_V" More... | |
unsigned int | SPIKESOURCE |
variable attaching the name "SPIKESOURCE" More... | |
#define NEURONMODELS_CC |
void prepareStandardModels | ( | ) |
Function that defines standard neuron models.
The neuron models are defined and added to the C++ vector nModels that is holding all neuron model descriptions. User defined neuron models can be appended to this vector later in (a) separate function(s).
unsigned int IZHIKEVICH |
variable attaching the name "IZHIKEVICH"
unsigned int IZHIKEVICH_V |
variable attaching the name "IZHIKEVICH_V"
unsigned int MAPNEURON |
variable attaching the name "MAPNEURON"
vector<neuronModel> nModels |
Global C++ vector containing all neuron model descriptions.
unsigned int POISSONNEURON |
variable attaching the name "POISSONNEURON"
unsigned int SPIKESOURCE |
variable attaching the name "SPIKESOURCE"
unsigned int TRAUBMILES |
variable attaching the name "TRAUBMILES"
unsigned int TRAUBMILES_ALTERNATIVE |
variable attaching the name "TRAUBMILES_ALTERNATIVE"
unsigned int TRAUBMILES_FAST |
variable attaching the name "TRAUBMILES_FAST"
unsigned int TRAUBMILES_PSTEP |
variable attaching the name "TRAUBMILES_PSTEP"
unsigned int TRAUBMILES_SAFE |
variable attaching the name "TRAUBMILES_SAFE"