#include <TraubsHHNeuron.h>
Inheritance diagram for Traubs_HH_m_Gate:
Used in TraubsHHNeuron neuron model.
alpha_m = 0.32 * (13-v2) / ( exp((13-v2)/4) - 1) beta_m = 0.28 * (v2-40) / ( exp((v2-40)/5) - 1) v2 = v - v_resting (v2 is in mV)
|
(at least with gcc 2.95) the virtuals are not called correctly within the destructor |
|
virtual methods to correctly acces the static members C1 and C2 Reimplemented from VIonGate. |
|
The look up table for the exponential Euler integration 'constant' Reimplemented from VIonGate. |
|
The look up table for the exponential Euler integration 'constant' Reimplemented from VIonGate. |