#include <jacobian.h>
This class is primarily useful for specifying derivatives for using the jacobian::set_deriv() function.
Definition at line 465 of file jacobian.h.
Data Fields | |
size_t | nv |
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. | |
param_t * | pa |
The parameters. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page