GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
sparseProjection.h
Go to the documentation of this file.
1 /*--------------------------------------------------------------------------
2  Author: Thomas Nowotny
3 
4  Institute: Center for Computational Neuroscience and Robotics
5  University of Sussex
6  Falmer, Brighton BN1 9QJ, UK
7 
8  email to: T.Nowotny@sussex.ac.uk
9 
10  initial version: 2015-08-19
11 
12 --------------------------------------------------------------------------*/
13 
14 #ifndef SPARSE_PROJECTION
15 #define SPARSE_PROJECTION
16 
19  unsigned int *indInG;
20  unsigned int *ind;
21  unsigned int *preInd;
22  unsigned int *revIndInG;
23  unsigned int *revInd;
24  unsigned int *remap;
25  unsigned int connN;
26 };
27 
28 #endif
unsigned int connN
Definition: sparseProjection.h:25
unsigned int * ind
Definition: sparseProjection.h:20
unsigned int * revInd
Definition: sparseProjection.h:23
unsigned int * revIndInG
Definition: sparseProjection.h:22
unsigned int * indInG
Definition: sparseProjection.h:19
unsigned int * preInd
Definition: sparseProjection.h:21
class (struct) for defining a spars connectivity projection
Definition: sparseProjection.h:18
unsigned int * remap
Definition: sparseProjection.h:24