Structure of internal variables. More...
Public Attributes | |
| double | P_v_m_ |
| Propagator matrix entry for evolving the membrane voltage (mathematical symbol "alpha" in user documentation). | |
| double | P_i_in_ |
| Propagator matrix entry for evolving the incoming currents. | |
| double | P_adapt_ |
| Propagator matrix entry for evolving the adaptation (mathematical symbol "rho" in user documentation). | |
| long | RefractoryCounts_ |
| Total refractory steps. | |
Structure of internal variables.
| double nest::eprop_iaf_adapt::Variables_::P_adapt_ |
Propagator matrix entry for evolving the adaptation (mathematical symbol "rho" in user documentation).
Referenced by nest::eprop_iaf_adapt::compute_gradient(), nest::eprop_iaf_adapt::pre_run_hook(), and nest::eprop_iaf_adapt::update().
| double nest::eprop_iaf_adapt::Variables_::P_i_in_ |
Propagator matrix entry for evolving the incoming currents.
Referenced by nest::eprop_iaf_adapt::pre_run_hook(), and nest::eprop_iaf_adapt::update().
| double nest::eprop_iaf_adapt::Variables_::P_v_m_ |
Propagator matrix entry for evolving the membrane voltage (mathematical symbol "alpha" in user documentation).
Referenced by nest::eprop_iaf_adapt::compute_gradient(), nest::eprop_iaf_adapt::pre_run_hook(), and nest::eprop_iaf_adapt::update().
| long nest::eprop_iaf_adapt::Variables_::RefractoryCounts_ |
Total refractory steps.
Referenced by nest::eprop_iaf_adapt::pre_run_hook(), and nest::eprop_iaf_adapt::update().