Internal variables of the model. More...
Public Attributes | |
| double | h_ms_ |
| time resolution in ms | |
| double | psc_norm_ex_ |
| e / tau_syn_ex | |
| double | psc_norm_in_ |
| e / tau_syn_in | |
| long | refractory_steps_ |
| refractory time in steps | |
| double | expm1_tau_m_ |
| exp(-h/tau_m) - 1 | |
| double | exp_tau_syn_ex_ |
| exp(-h/tau_syn_ex) | |
| double | exp_tau_syn_in_ |
| exp(-h/tau_syn_in) | |
| double | P30_ |
| progagator matrix elem, 3rd row | |
| double | P31_ex_ |
| progagator matrix elem, 3rd row (ex) | |
| double | P32_ex_ |
| progagator matrix elem, 3rd row (ex) | |
| double | P31_in_ |
| progagator matrix elem, 3rd row (in) | |
| double | P32_in_ |
| progagator matrix elem, 3rd row (in) | |
| double | y_input_before_ |
| at beginning of mini-step | |
| double | I_ex_before_ |
| at beginning of mini-step | |
| double | I_in_before_ |
| at beginning of mini-step | |
| double | dI_ex_before_ |
| at beginning of mini-step | |
| double | dI_in_before_ |
| at beginning of mini-step | |
| double | V_m_before_ |
| at beginning of mini-step | |
| double | inv_tau_m_ |
| 1 / tau_m | |
| double | inv_tau_syn_ex_ |
| 1 / tau_syn_ex | |
| double | inv_tau_syn_in_ |
| 1 / tau_syn_in | |
| double | inv_c_m_ |
| 1 / c_m | |
Internal variables of the model.
| double nest::iaf_psc_alpha_ps::Variables_::dI_ex_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::dI_in_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::exp_tau_syn_ex_ |
exp(-h/tau_syn_ex)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::exp_tau_syn_in_ |
exp(-h/tau_syn_in)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::expm1_tau_m_ |
exp(-h/tau_m) - 1
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::h_ms_ |
time resolution in ms
Referenced by nest::iaf_psc_alpha_ps::emit_spike_(), nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::I_ex_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::I_in_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::inv_c_m_ |
1 / c_m
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::threshold_distance().
| double nest::iaf_psc_alpha_ps::Variables_::inv_tau_m_ |
1 / tau_m
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::threshold_distance().
| double nest::iaf_psc_alpha_ps::Variables_::inv_tau_syn_ex_ |
1 / tau_syn_ex
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::propagate_().
| double nest::iaf_psc_alpha_ps::Variables_::inv_tau_syn_in_ |
1 / tau_syn_in
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::propagate_().
| double nest::iaf_psc_alpha_ps::Variables_::P30_ |
progagator matrix elem, 3rd row
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::P31_ex_ |
progagator matrix elem, 3rd row (ex)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::P31_in_ |
progagator matrix elem, 3rd row (in)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::P32_ex_ |
progagator matrix elem, 3rd row (ex)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::P32_in_ |
progagator matrix elem, 3rd row (in)
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::psc_norm_ex_ |
e / tau_syn_ex
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::psc_norm_in_ |
e / tau_syn_in
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| long nest::iaf_psc_alpha_ps::Variables_::refractory_steps_ |
refractory time in steps
Referenced by nest::iaf_psc_alpha_ps::pre_run_hook(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::V_m_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::Variables_::y_input_before_ |
at beginning of mini-step
Referenced by nest::iaf_psc_alpha_ps::threshold_distance(), and nest::iaf_psc_alpha_ps::update().