Home
last modified time | relevance | path

Searched refs:STATE_VEC_COMPS (Results 1 – 3 of 3) sorted by relevance

/dports/science/nest/nest-simulator-3.1/models/
H A Dpp_cond_exp_mc_urbanczik.h405 STATE_VEC_COMPS enumerator
409 static const size_t STATE_VEC_SIZE = STATE_VEC_COMPS * NCOMP;
433 assert( comp * STATE_VEC_COMPS + elem < STATE_VEC_SIZE ); in idx()
434 return comp * STATE_VEC_COMPS + elem; in idx()
H A Diaf_cond_alpha_mc.h339 STATE_VEC_COMPS enumerator
343 static const size_t STATE_VEC_SIZE = STATE_VEC_COMPS * NCOMP;
367 return comp * STATE_VEC_COMPS + elem; in idx()
H A Diaf_cond_alpha_mc.cpp598 S_.y_[ n * State_::STATE_VEC_COMPS + State_::DG_EXC ] += in update()
600 S_.y_[ n * State_::STATE_VEC_COMPS + State_::DG_INH ] += in update()