GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
Izh_sparse.cc File Reference
#include "modelSpec.h"
#include "modelSpec.cc"
#include <vector>
#include "../../userproject/include/sizes.h"

Macros

#define DT   1.0
 

Functions

void modelDefinition (NNmodel &model)
 

Variables

std::vector< unsigned int > neuronPSize
 
std::vector< unsigned int > neuronVSize
 
std::vector< unsigned int > synapsePSize
 
float excIzh_p [0] ={}
 
float inhIzh_p [0] ={}
 
float IzhExc_ini [6]
 
float IzhInh_ini [6]
 
float SynIzh_p [3]
 
float postExpP [2]
 
float postSynV [0]
 

Macro Definition Documentation

#define DT   1.0

Function Documentation

void modelDefinition ( NNmodel model)

Variable Documentation

float excIzh_p[0] ={}
float inhIzh_p[0] ={}
float IzhExc_ini[6]
Initial value:
={
-65.0,
0.0,
0.02,
0.2,
-65.0,
8.0
}
float IzhInh_ini[6]
Initial value:
={
-65,
0.0,
0.02,
0.25,
-65.0,
2.0
}
std::vector<unsigned int> neuronPSize
std::vector<unsigned int> neuronVSize
float postExpP[2]
Initial value:
={
0.0,
0.0
}
float postSynV[0]
Initial value:
={
}
std::vector<unsigned int> synapsePSize
float SynIzh_p[3]
Initial value:
= {
0.0,
30.0,
1.0
}