27 void alloc_(
int size,
int start,
int nnode,
Node** nodes,
int* elayer);
LinearModelAddition(Matrix *c, Matrix *g, Vect *y, Vect *y0, Vect *b, int nnode=0, Node **nodes=NULL, Vect *elayer=NULL, Object *f_callable=NULL)
void alloc_(int size, int start, int nnode, Node **nodes, int *elayer)
Additional allocation for subclasses.
MatrixMap * jacobian_(Vect &y)
Compute the Jacobian.
void f_(Vect &y, Vect &yprime, int size)
The right-hand-side function.
virtual ~LinearModelAddition()
double jacobian_multiplier_()
NEURON Differential Algebraic Equations.
Supports modifying voltage equations and adding new equations.