#include <fvar.hpp>

Public Member Functions | |
| dlist () | |
| void | check_list (void) |
| ~dlist () | |
| dlink * | create () |
| void | free_remove (dlink *rem) |
| dlink * | append (dlink *) |
| dlink * | last_remove () |
Private Attributes | |
| dlink * | last |
| unsigned int | last_offset |
| unsigned int | nlinks |
| dlink ** | dlink_addresses |
Friends | |
| double_and_int * | gradnew () |
| void | df_check_derivative_values (void) |
| void | df_check_derivative_values_indexed (void) |
| void | df_check_derivative_values_indexed_break (void) |
| void | funnel_gradcalc (void) |
| void | slave_gradcalc (void) |
| void | gradcalc (int nvar, const dvector &g) |
| void | gradloop () |
| void | gradient_structure::restore_variables () |
| void | gradient_structure::save_variables () |
| void | gradient_structure::jacobcalc (int nvar, const dmatrix &jac) |
| void | allocate_dvariable_space (void) |
| void | gradient_structure::jacobcalc (int nvar, const ofstream &jac) |
| void | gradient_structure::jacobcalc (int nvar, const uostream &jac) |
| void | funnel_derivatives (void) |
| dlist::dlist | ( | ) |
| dlist::~dlist | ( | ) |
| void dlist::check_list | ( | void | ) |
| dlink* dlist::create | ( | ) |
| void dlist::free_remove | ( | dlink * | rem | ) |
| dlink* dlist::last_remove | ( | ) |
| double_and_int* gradnew | ( | ) | [friend] |
| void df_check_derivative_values | ( | void | ) | [friend] |
| void df_check_derivative_values_indexed | ( | void | ) | [friend] |
| void df_check_derivative_values_indexed_break | ( | void | ) | [friend] |
| void funnel_gradcalc | ( | void | ) | [friend] |
| void slave_gradcalc | ( | void | ) | [friend] |
| void gradcalc | ( | int | nvar, | |
| const dvector & | g | |||
| ) | [friend] |
| void gradloop | ( | ) | [friend] |
| void gradient_structure::restore_variables | ( | ) | [friend] |
| void gradient_structure::save_variables | ( | ) | [friend] |
| void gradient_structure::jacobcalc | ( | int | nvar, | |
| const dmatrix & | jac | |||
| ) | [friend] |
| void allocate_dvariable_space | ( | void | ) | [friend] |
| void gradient_structure::jacobcalc | ( | int | nvar, | |
| const ofstream & | jac | |||
| ) | [friend] |
| void gradient_structure::jacobcalc | ( | int | nvar, | |
| const uostream & | jac | |||
| ) | [friend] |
| void funnel_derivatives | ( | void | ) | [friend] |
dlink* dlist::last [private] |
unsigned int dlist::last_offset [private] |
unsigned int dlist::nlinks [private] |
dlink** dlist::dlink_addresses [private] |
1.5.6