#include "dpclass.h"
#include <string>
#include <vector>
#include <cmath>
Go to the source code of this file.
|
| class | postSynModel |
| | Class to hold the information that defines a post-synaptic model (a model of how synapses affect post-synaptic neuron variables, classically in the form of a synaptic current). It also allows to define an equation for the dynamics that can be applied to the summed synaptic input variable "insyn". More...
|
| |
| class | expDecayDp |
| | Class defining the dependent parameter for exponential decay. More...
|
| |
|
| void | preparePostSynModels () |
| | Function that prepares the standard post-synaptic models, including their variables, parameters, dependent parameters and code strings. More...
|
| |
◆ preparePostSynModels()
| void preparePostSynModels |
( |
| ) |
|
Function that prepares the standard post-synaptic models, including their variables, parameters, dependent parameters and code strings.
◆ EXPDECAY
◆ IZHIKEVICH_PS
| unsigned int IZHIKEVICH_PS |
◆ MAXPOSTSYN
| const unsigned int MAXPOSTSYN = 2 |
◆ postSynModels
Global C++ vector containing all post-synaptic update model descriptions.