NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::eprop_iaf::Variables_ Struct Reference

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.
 
long RefractoryCounts_
 Total refractory steps.
 

Detailed Description

Structure of internal variables.

Member Data Documentation

◆ P_i_in_

double nest::eprop_iaf::Variables_::P_i_in_

Propagator matrix entry for evolving the incoming currents.

Referenced by nest::eprop_iaf::pre_run_hook(), and nest::eprop_iaf::update().

◆ P_v_m_

double nest::eprop_iaf::Variables_::P_v_m_

Propagator matrix entry for evolving the membrane voltage (mathematical symbol "alpha" in user documentation).

Referenced by nest::eprop_iaf::compute_gradient(), nest::eprop_iaf::pre_run_hook(), and nest::eprop_iaf::update().

◆ RefractoryCounts_

long nest::eprop_iaf::Variables_::RefractoryCounts_

Total refractory steps.

Referenced by nest::eprop_iaf::pre_run_hook(), and nest::eprop_iaf::update().


The documentation for this struct was generated from the following file: