Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
virtual | ~dll_param_init_vector () |
void | allocate (double *_pd, int imin, int imax, int phasestart=1, const char *s="UNNAMED") |
void | allocate (double *_pd, int imin, int imax, const char *s="UNNAMED") |
dll_param_init_vector & | operator= (const dvector &) |
Description not yet available. | |
dll_param_init_vector & | operator= (const dvar_vector &) |
Description not yet available. | |
dll_param_init_vector & | operator= (const prevariable &) |
Description not yet available. | |
dll_param_init_vector & | operator= (const double &) |
Private Attributes | |
double * | pd |
Friends | |
class | model_parameters |
dll_param_init_vector::~dll_param_init_vector | ( | ) | [virtual] |
Definition at line 56 of file model32.cpp.
void dll_param_init_vector::allocate | ( | double * | _pd, |
int | imin, | ||
int | imax, | ||
int | phasestart = 1 , |
||
const char * | s = "UNNAMED" |
||
) |
Definition at line 101 of file model31.cpp.
void dll_param_init_vector::allocate | ( | double * | _pd, |
int | imin, | ||
int | imax, | ||
const char * | s = "UNNAMED" |
||
) |
Definition at line 155 of file model31.cpp.
dll_param_init_vector & dll_param_init_vector::operator= | ( | const dvector & | t | ) |
Description not yet available.
Reimplemented from param_init_vector.
Definition at line 76 of file model31.cpp.
Referenced by operator=().
dll_param_init_vector & dll_param_init_vector::operator= | ( | const dvar_vector & | t | ) |
Description not yet available.
Reimplemented from param_init_vector.
Definition at line 82 of file model31.cpp.
dll_param_init_vector & dll_param_init_vector::operator= | ( | const prevariable & | t | ) |
Description not yet available.
Reimplemented from param_init_vector.
Definition at line 89 of file model31.cpp.
dll_param_init_vector & dll_param_init_vector::operator= | ( | const double & | x | ) |
Reimplemented from param_init_vector.
Definition at line 95 of file model31.cpp.
friend class model_parameters [friend] |
Reimplemented from param_init_vector.
double* dll_param_init_vector::pd [private] |
Definition at line 1046 of file admodel.h.
Referenced by allocate(), and ~dll_param_init_vector().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |