|
CoreNEURON
|
Definition at line 14 of file newton_struct.h.
#include <newton_struct.h>
Public Attributes | |
| int | n |
| int | n_instance |
| double * | delta_x |
| double ** | jacobian |
| int * | perm |
| double * | high_value |
| double * | low_value |
| double * | rowmax |
| double* coreneuron::NewtonSpace::delta_x |
Definition at line 17 of file newton_struct.h.
| double* coreneuron::NewtonSpace::high_value |
Definition at line 20 of file newton_struct.h.
| double** coreneuron::NewtonSpace::jacobian |
Definition at line 18 of file newton_struct.h.
| double* coreneuron::NewtonSpace::low_value |
Definition at line 21 of file newton_struct.h.
| int coreneuron::NewtonSpace::n |
Definition at line 15 of file newton_struct.h.
| int coreneuron::NewtonSpace::n_instance |
Definition at line 16 of file newton_struct.h.
| int* coreneuron::NewtonSpace::perm |
Definition at line 19 of file newton_struct.h.
| double* coreneuron::NewtonSpace::rowmax |
Definition at line 22 of file newton_struct.h.