Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
double * | get_address (const int &i) |
void | put_address (unsigned int &i, double *iaddress) |
Private Attributes | |
double ** | address |
int | nvar |
Friends | |
class | gradient_structure |
double* indvar_offset_list::get_address | ( | const int & | i | ) | [inline] |
Definition at line 1234 of file fvar.hpp.
Referenced by gradcalc(), and gradient_structure::jacobcalc().
void indvar_offset_list::put_address | ( | unsigned int & | i, |
double * | iaddress | ||
) | [inline] |
Definition at line 1238 of file fvar.hpp.
Referenced by make_indvar_list().
friend class gradient_structure [friend] |
double** indvar_offset_list::address [private] |
Definition at line 1230 of file fvar.hpp.
Referenced by gradient_structure::gradient_structure(), and gradient_structure::~gradient_structure().
int indvar_offset_list::nvar [private] |
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |