Parameter structure for passing information. More...
This class is primarily useful for specifying derivatives for using the jacobian::set_deriv() function.
Definition at line 260 of file jacobian.h.
#include <jacobian.h>
Data Fields | |
size_t | nx |
The number of variables. | |
size_t | ny |
The number of variables. | |
size_t | xj |
The current x value. | |
size_t | yi |
The current y value. | |
vec_t * | x |
The x vector. | |
vec_t * | y |
The y vector. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).
Hosted at
.