Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
named_dvariable (void) | |
void | allocate (const char *s) |
named_dvariable & | operator= (const prevariable &m) |
Assigns a value to a dvariable object. | |
named_dvariable & | operator= (const double m) |
Assigns a value to a dvariable object. | |
Friends | |
class | model_parameters |
named_dvariable::named_dvariable | ( | void | ) | [inline, protected] |
void named_dvariable::allocate | ( | const char * | s | ) | [protected] |
Reimplemented from model_name_tag.
Reimplemented in param_likeprof_number, param_stddev_number, and param_init_number.
Definition at line 596 of file model.cpp.
Referenced by dll_param_number::allocate(), and dll_param_init_number::allocate().
named_dvariable & named_dvariable::operator= | ( | const prevariable & | t | ) | [protected] |
Assigns a value to a dvariable object.
t | constant reference to an object of type prevariable. |
Reimplemented from dvariable.
Reimplemented in objective_function_value, param_likeprof_number, param_stddev_number, param_init_bounded_number, dll_param_init_number, param_init_number, and dll_param_number.
Definition at line 395 of file model11.cpp.
Referenced by operator=().
named_dvariable & named_dvariable::operator= | ( | const double | t | ) | [protected] |
Assigns a value to a dvariable object.
t | constant object of type double. |
Reimplemented from dvariable.
Reimplemented in objective_function_value, param_likeprof_number, param_stddev_number, param_init_bounded_number, dll_param_init_number, param_init_number, and dll_param_number.
Definition at line 389 of file model11.cpp.
friend class model_parameters [friend] |
Reimplemented in param_likeprof_number, param_stddev_number, param_init_bounded_number, param_init_number, and dll_param_number.
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |