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