46 #ifndef Xyce_N_DEV_Neuron6_h
47 #define Xyce_N_DEV_Neuron6_h
70 static const char *
name() {
return "Neuron";}
112 void registerLIDs(
const std::vector<int> & intLIDVecRef,
113 const std::vector<int> & extLIDVecRef );
118 const std::vector< std::vector<int> > &
jacobianStamp()
const;
119 void registerJacLIDs(
const std::vector< std::vector<int> > & jacLIDVec );
129 void varTypes( std::vector<char> & varTypeVec );
195 std::vector<double>
segF_dVp,
segF_dV,
segF_dVn,
segF_dn,
segF_dm,
segF_dh,
segF_da,
segF_db,
segF_dM,
segF_dH,
segF_dc;