Internal variables of the model. More...
Public Attributes | |
| double | h_ms_ |
| Time resolution [ms]. | |
| long | refractory_steps_ |
| Refractory time in steps. | |
| double | expm1_tau_m_ |
| expm1(-h/tau_m) | |
| double | exp_tau_ex_ |
| exp(-h/tau_ex) | |
| double | exp_tau_in_ |
| exp(-h/tau_in) | |
| double | P20_ |
| Progagator matrix element, 2nd row. | |
| double | P21_in_ |
| Progagator matrix element, 2nd row. | |
| double | P21_ex_ |
| Progagator matrix element, 2nd row. | |
| double | y0_before_ |
| y0_ at beginning of ministep | |
| double | y1_ex_before_ |
| y1_ at beginning of ministep | |
| double | y1_in_before_ |
| y1_ at beginning of ministep | |
| double | y2_before_ |
| y2_ at beginning of ministep | |
Internal variables of the model.
| double nest::iaf_psc_exp_ps::Variables_::exp_tau_ex_ |
exp(-h/tau_ex)
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::exp_tau_in_ |
exp(-h/tau_in)
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::expm1_tau_m_ |
expm1(-h/tau_m)
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::h_ms_ |
Time resolution [ms].
Referenced by nest::iaf_psc_exp_ps::emit_spike_(), nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::P20_ |
Progagator matrix element, 2nd row.
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::P21_ex_ |
Progagator matrix element, 2nd row.
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::P21_in_ |
Progagator matrix element, 2nd row.
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| long nest::iaf_psc_exp_ps::Variables_::refractory_steps_ |
Refractory time in steps.
Referenced by nest::iaf_psc_exp_ps::pre_run_hook(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::y0_before_ |
y0_ at beginning of ministep
Referenced by nest::iaf_psc_exp_ps::threshold_distance(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::y1_ex_before_ |
y1_ at beginning of ministep
Referenced by nest::iaf_psc_exp_ps::threshold_distance(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::y1_in_before_ |
y1_ at beginning of ministep
Referenced by nest::iaf_psc_exp_ps::threshold_distance(), and nest::iaf_psc_exp_ps::update().
| double nest::iaf_psc_exp_ps::Variables_::y2_before_ |
y2_ at beginning of ministep
Referenced by nest::iaf_psc_exp_ps::threshold_distance(), and nest::iaf_psc_exp_ps::update().