ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvariable & | operator= (const prevariable &) |
Description not yet available. More... | |
Public Member Functions inherited from dvariable | |
dvariable () | |
Default constructor. More... | |
dvariable (const dvariable &t) | |
Copy constructor for dvariable object; deep copy. More... | |
dvariable (const double t) | |
Creates dvariable instance from a double constant. More... | |
dvariable (const int &t) | |
Creates dvariable instance from a int constant. More... | |
dvariable (kkludge_object) | |
Specialized constructor that does not create unnecessary entries in the gradient structure; see function nograd_assign. More... | |
dvariable (const prevariable &t) | |
Constructor for dvariable object from its base class; deep copy. More... | |
virtual | ~dvariable () |
Destructor; frees memory on gradient stack. More... | |
dvariable & | operator= (const double x) |
Assigns a value to a dvariable object. More... | |
dvariable & | operator= (const prevariable &other) |
Assigns a value to a dvariable object. More... | |
dvariable & | operator= (const dvariable &other) |
dvariable & | operator= (const df1_one_variable &) |
dvariable & | operator= (const df1_two_variable &) |
dvariable & | operator= (const df1_three_variable &) |
Description not yet available. More... | |
Public Member Functions inherited from prevariable | |
prevariable (const prevariable &other) | |
Copy Constructor. More... | |
double_and_int *& | get_v () |
double_and_int * | get_v () const |
void | initialize (void) |
Description not yet available. More... | |
int | operator!= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator!= (double v1) const |
Description not yet available. More... | |
void | operator*= (const prevariable &v1) |
Description not yet available. More... | |
void | operator*= (double v1) |
Description not yet available. More... | |
prevariable & | operator+= (const prevariable &) |
Prevariable addition assignment operator. More... | |
void | operator+= (double t1) |
Description not yet available. More... | |
void | operator-= (const prevariable &t1) |
Description not yet available. More... | |
void | operator-= (double t1) |
Description not yet available. More... | |
void | operator/= (const prevariable &v1) |
Description not yet available. More... | |
void | operator/= (double v1) |
Description not yet available. More... | |
int | operator< (const prevariable &v1) const |
Description not yet available. More... | |
int | operator< (double v1) const |
Description not yet available. More... | |
int | operator<= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator<= (double v1) const |
Description not yet available. More... | |
prevariable & | operator= (const prevariable &) |
Assigns a value to a prevariable object. More... | |
prevariable & | operator= (double) |
Assigns a value to a prevariable object. More... | |
int | operator== (const prevariable &v1) const |
Description not yet available. More... | |
int | operator== (double v1) const |
Description not yet available. More... | |
int | operator> (const prevariable &v1) const |
Description not yet available. More... | |
int | operator> (double v1) const |
Description not yet available. More... | |
int | operator>= (const prevariable &v1) const |
Description not yet available. More... | |
int | operator>= (double v1) const |
Description not yet available. More... | |
double | restore_prevariable_derivative (void) |
prevariable_position | restore_prevariable_position (void) |
double | restore_prevariable_value (void) |
void | save_prevariable_position () const |
Description not yet available. More... | |
void | save_prevariable_value () const |
Description not yet available. More... | |
double * | xadr () |
double & | xval () |
Additional Inherited Members | |
Public Attributes inherited from prevariable | |
double_and_int * | v |
pointer to the data More... | |
Protected Member Functions inherited from prevariable | |
prevariable ()=delete | |
Default constructor. More... | |
prevariable (double_and_int *u) | |
dvariable & funnel_dvariable::operator= | ( | const prevariable & | t | ) |
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |