#include <lin_rate.h>
|
| double | g_ |
| | gain factor of gain function
|
| |
| double | g_ex_ |
| | linear factor in multiplicative excitatory coupling
|
| |
| double | g_in_ |
| | linear factor in multiplicative inhibitory coupling
|
| |
| double | theta_ex_ |
| | offset in multiplicative coupling
|
| |
| double | theta_in_ |
| |
◆ nonlinearities_lin_rate()
| nest::nonlinearities_lin_rate::nonlinearities_lin_rate |
( |
| ) |
|
|
inline |
◆ get()
| void nest::nonlinearities_lin_rate::get |
( |
Dictionary & |
d | ) |
const |
◆ input()
| double nest::nonlinearities_lin_rate::input |
( |
double |
h | ) |
|
|
inline |
◆ mult_coupling_ex()
| double nest::nonlinearities_lin_rate::mult_coupling_ex |
( |
double |
rate | ) |
|
|
inline |
◆ mult_coupling_in()
| double nest::nonlinearities_lin_rate::mult_coupling_in |
( |
double |
rate | ) |
|
|
inline |
◆ set()
| void nest::nonlinearities_lin_rate::set |
( |
const Dictionary & |
d, |
|
|
Node * |
node |
|
) |
| |
Set values from dictionary.
References nest::names::g(), g_, nest::names::g_ex(), g_ex_, nest::names::g_in(), g_in_, nest::names::theta_ex(), theta_ex_, nest::names::theta_in(), theta_in_, and nest::update_value_param().
◆ g_
| double nest::nonlinearities_lin_rate::g_ |
|
private |
◆ g_ex_
| double nest::nonlinearities_lin_rate::g_ex_ |
|
private |
◆ g_in_
| double nest::nonlinearities_lin_rate::g_in_ |
|
private |
◆ theta_ex_
| double nest::nonlinearities_lin_rate::theta_ex_ |
|
private |
◆ theta_in_
| double nest::nonlinearities_lin_rate::theta_in_ |
|
private |
The documentation for this class was generated from the following files: