Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
param_likeprof_number & | operator= (const prevariable &) |
Assigns a value to a dvariable object. | |
param_likeprof_number & | operator= (const double) |
Assigns a value to a dvariable object. | |
Private Member Functions | |
param_likeprof_number () | |
void | allocate (const char *s="UNNAMED") |
virtual double & | get_sigma (void) |
virtual double | get_value (void) |
virtual const char * | label (void) |
virtual int | size_count (void) |
virtual dvariable | variable (void) |
Private Attributes | |
double | sigma |
Friends | |
class | model_parameters |
param_likeprof_number::param_likeprof_number | ( | ) | [private] |
Definition at line 25 of file mod_prof.cpp.
void param_likeprof_number::allocate | ( | const char * | s = "UNNAMED" | ) | [private] |
Reimplemented from param_stddev_number.
Definition at line 49 of file mod_prof.cpp.
virtual double& param_likeprof_number::get_sigma | ( | void | ) | [inline, private, virtual] |
Implements likeprof_params.
virtual double param_likeprof_number::get_value | ( | void | ) | [inline, private, virtual] |
Implements likeprof_params.
const char * param_likeprof_number::label | ( | void | ) | [private, virtual] |
Implements likeprof_params.
Definition at line 55 of file mod_prof.cpp.
param_likeprof_number & param_likeprof_number::operator= | ( | const prevariable & | t | ) |
Assigns a value to a dvariable object.
t | constant reference to an object of type prevariable. |
Reimplemented from param_stddev_number.
Definition at line 60 of file mod_prof.cpp.
Referenced by operator=().
param_likeprof_number & param_likeprof_number::operator= | ( | const double | t | ) |
Assigns a value to a dvariable object.
t | constant object of type double. |
Reimplemented from param_stddev_number.
Definition at line 66 of file mod_prof.cpp.
int param_likeprof_number::size_count | ( | void | ) | [private, virtual] |
Reimplemented from param_stddev_number.
Definition at line 33 of file mod_prof.cpp.
virtual dvariable param_likeprof_number::variable | ( | void | ) | [inline, private, virtual] |
Implements likeprof_params.
friend class model_parameters [friend] |
Reimplemented from param_stddev_number.
double param_likeprof_number::sigma [private] |
Definition at line 2208 of file admodel.h.
Referenced by get_sigma(), and param_likeprof_number().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |