Object-oriented Scientific Computing Library: Version 0.910
Data Fields
exact_jacobian< func_t, vec_t, mat_t >::ej_parms Struct Reference

Parameter structure for passing information. More...

#include <jacobian.h>


Detailed Description

template<class func_t = mm_funct<>, class vec_t = ovector_base, class mat_t = omatrix_base>
struct exact_jacobian< func_t, vec_t, mat_t >::ej_parms

This class is primarily useful for specifying derivatives for using the jacobian::set_deriv() function.

Definition at line 395 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.

The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.