Xyce  6.1
Xyce::Device::Synapse Namespace Reference

Classes

class  Instance
 
class  Master
 
class  Model
 
struct  Traits
 

Functions

template<typename ScalarT >
static ScalarT Tsyn (const ScalarT V, const ScalarT Tmax, const ScalarT Vthres, const ScalarT Kp)
 
template<typename ScalarT >
static ScalarT PostCurrentEqu (const ScalarT Vpost, const ScalarT r, const ScalarT g, const ScalarT Erev)
 
template<typename ScalarT >
static ScalarT rEquF (const ScalarT V, const ScalarT r, const ScalarT alpha, const ScalarT beta, const ScalarT Tmax, const ScalarT Vthres, const ScalarT Kp)
 
void registerDevice ()
 

Function Documentation

template<typename ScalarT >
static ScalarT Xyce::Device::Synapse::PostCurrentEqu ( const ScalarT  Vpost,
const ScalarT  r,
const ScalarT  g,
const ScalarT  Erev 
)
static

Definition at line 290 of file N_DEV_Synapse.h.

void Xyce::Device::Synapse::registerDevice ( )

Definition at line 690 of file N_DEV_Synapse.C.

template<typename ScalarT >
static ScalarT Xyce::Device::Synapse::rEquF ( const ScalarT  V,
const ScalarT  r,
const ScalarT  alpha,
const ScalarT  beta,
const ScalarT  Tmax,
const ScalarT  Vthres,
const ScalarT  Kp 
)
static

Definition at line 297 of file N_DEV_Synapse.h.

template<typename ScalarT >
static ScalarT Xyce::Device::Synapse::Tsyn ( const ScalarT  V,
const ScalarT  Tmax,
const ScalarT  Vthres,
const ScalarT  Kp 
)
static

Definition at line 283 of file N_DEV_Synapse.h.