Node in dlist. More...
#include <fvar.hpp>
Public Member Functions | |
double_and_int * | get_address () |
dlink * | previous () const |
Private Attributes | |
double_and_int | di |
dlink * | prev |
Friends | |
void | allocate_dvariable_space (void) |
Description not yet available. | |
class | dlist |
void | gradcalc (int nvar, const dvector &g) |
Compute the gradient from the data stored in the global gradient_structure. | |
void | gradloop () |
double_and_int * | gradnew () |
Creates an entry in the gradient structure linked list. | |
void | slave_gradcalc (void) |
double_and_int* dlink::get_address | ( | ) | [inline] |
dlink* dlink::previous | ( | ) | const [inline] |
void allocate_dvariable_space | ( | void | ) | [friend] |
Compute the gradient from the data stored in the global gradient_structure.
nvar | Number of variables in the gradient. |
_g | Vector from 1 to nvar. On return contains the gradient. |
Definition at line 86 of file sgradclc.cpp.
void gradloop | ( | ) | [friend] |
double_and_int* gradnew | ( | ) | [friend] |
Creates an entry in the gradient structure linked list.
void slave_gradcalc | ( | void | ) | [friend] |
double_and_int dlink::di [private] |
Definition at line 769 of file fvar.hpp.
Referenced by get_address(), and dlist::initialize().
dlink* dlink::prev [private] |
Definition at line 770 of file fvar.hpp.
Referenced by allocate_dvariable_space(), dlist::append(), dlist::check_list(), dlist::create(), dlist::last_remove(), and previous().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |