#include <fvar.hpp>
Public Attributes | |
| void(* | func )(void) |
| double * | dep_addr |
| double * | ind_addr1 |
| double | mult1 |
| double * | ind_addr2 |
| double | mult2 |
Friends | |
| class | grad_stack |
| void | gradcalc (int nvar, const dvector &g) |
| void | slave_gradcalc (void) |
| void | gradloop () |
| void | default_evaluation (void) |
| void | gradient_structure::jacobcalc (int nvar, const dmatrix &jac) |
friend class grad_stack [friend] |
| void gradcalc | ( | int | nvar, | |
| const dvector & | g | |||
| ) | [friend] |
| void slave_gradcalc | ( | void | ) | [friend] |
| void gradloop | ( | ) | [friend] |
| void default_evaluation | ( | void | ) | [friend] |
| void gradient_structure::jacobcalc | ( | int | nvar, | |
| const dmatrix & | jac | |||
| ) | [friend] |
| void(* grad_stack_entry::func)(void) |
| double* grad_stack_entry::dep_addr |
| double* grad_stack_entry::ind_addr1 |
| double grad_stack_entry::mult1 |
Referenced by grad_stack::set_gradient_stack(), and grad_stack::set_gradient_stack2().
| double* grad_stack_entry::ind_addr2 |
Referenced by grad_stack::set_gradient_stack(), and grad_stack::set_gradient_stack4().
| double grad_stack_entry::mult2 |
Referenced by grad_stack::set_gradient_stack().
1.5.6