ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes | Friends
dlink Class Reference

Node in dlist. More...

#include <fvar.hpp>

Public Member Functions

double_and_intget_address ()
dlinkprevious () const

Private Attributes

double_and_int di
dlinkprev

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_intgradnew ()
 Creates an entry in the gradient structure linked list.
void slave_gradcalc (void)

Detailed Description

Node in dlist.

Definition at line 767 of file fvar.hpp.


Member Function Documentation

Definition at line 779 of file fvar.hpp.

dlink* dlink::previous ( ) const [inline]

Definition at line 773 of file fvar.hpp.


Friends And Related Function Documentation

void allocate_dvariable_space ( void  ) [friend]

Description not yet available.

Parameters:

Definition at line 223 of file gradstrc.cpp.

friend class dlist [friend]

Definition at line 787 of file fvar.hpp.

void gradcalc ( int  nvar,
const dvector g 
) [friend]

Compute the gradient from the data stored in the global gradient_structure.

Parameters:
nvarNumber of variables in the gradient.
_gVector 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.

Returns:
Pointer instance of class double_and_int

Definition at line 33 of file fvar2.cpp.

void slave_gradcalc ( void  ) [friend]

Member Data Documentation

Definition at line 769 of file fvar.hpp.

Referenced by get_address(), and dlist::initialize().

dlink* dlink::prev [private]

List of all members.


The documentation for this class was generated from the following file: