NEURON
nrnoc_ml.h
Go to the documentation of this file.
1 #ifndef nrnoc_ml_h
2 #define nrnoc_ml_h
3 
4 typedef struct Memb_list {
6 #if CACHEVEC != 0
7  /* nodeindices contains all nodes this extension is responsible for,
8  * ordered according to the matrix. This allows to access the matrix
9  * directly via the nrn_actual_* arrays instead of accessing it in the
10  * order of insertion and via the node-structure, making it more
11  * cache-efficient */
12  int *nodeindices;
13 #endif /* CACHEVEC */
14  double** data;
17  Datum* _thread; /* thread specific data (when static is no good) */
18  int nodecount;
19 } Memb_list;
20 
21 #endif
struct Memb_list Memb_list
double ** data
Definition: nrnoc_ml.h:14
#define nodeindices
Definition: md1redef.h:26
Prop ** prop
Definition: nrnoc_ml.h:16
Datum * _thread
Definition: nrnoc_ml.h:17
int nodecount
Definition: nrnoc_ml.h:18
Datum ** pdata
Definition: nrnoc_ml.h:15
Definition: section.h:213
Node ** nodelist
Definition: nrnoc_ml.h:5
Definition: section.h:132
Definition: hocdec.h:176