|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
| virtual | ~dll_param_number () |
| Destructor. More... | |
| void | allocate (double *_d, const char *s) |
| dll_param_number & | operator= (const prevariable &m) |
| dll_param_number & | operator= (const double m) |
Public Member Functions inherited from named_dvariable | |
| named_dvariable (void) | |
| void | allocate (const char *s) |
| named_dvariable & | operator= (const prevariable &m) |
| named_dvariable & | operator= (const double m) |
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 () |
Public Member Functions inherited from model_name_tag | |
| model_name_tag (void) | |
| void | allocate (const char *s) |
| const char * | get_name (void) |
| label_class | label (void) |
Private Attributes | |
| double * | pd |
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) | |
Protected Attributes inherited from model_name_tag | |
| adstring | name |
|
virtual |
Destructor.
Definition at line 31 of file model32.cpp.
| void dll_param_number::allocate | ( | double * | _d, |
| const char * | s | ||
| ) |
Definition at line 57 of file model31.cpp.
| dll_param_number & dll_param_number::operator= | ( | const prevariable & | m | ) |
Definition at line 28 of file model31.cpp.
| dll_param_number & dll_param_number::operator= | ( | const double | m | ) |
Definition at line 34 of file model31.cpp.
|
private |
Definition at line 258 of file admodel.h.
Referenced by ~dll_param_number().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|