Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
dll_param_init_matrix () | |
virtual | ~dll_param_init_matrix () |
void | allocate (double *_d, int rmin, int rmax, int cmin, int cmax, int phase_start=1, const char *="UNNAMED") |
void | allocate (double *_d, int rmin, int rmax, int cmin, int cmax, const char *="UNNAMED") |
dll_param_init_matrix & | operator= (const dmatrix &m) |
Assigment operator for dmatrix. | |
dll_param_init_matrix & | operator= (const dvar_matrix &m) |
Assigment operator for dvar_matrix. | |
dll_param_init_matrix & | operator= (const dvariable &m) |
Assigment operator for dvariable. | |
dll_param_init_matrix & | operator= (const double &m) |
Assigment operator for dvariable. | |
Private Attributes | |
double * | d |
dll_param_init_matrix::~dll_param_init_matrix | ( | ) | [virtual] |
Definition at line 105 of file model32.cpp.
dll_param_init_matrix::dll_param_init_matrix | ( | ) | [inline] |
void dll_param_init_matrix::allocate | ( | double * | _d, |
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
int | phase_start = 1 , |
||
const char * | _s = "UNNAMED" |
||
) |
Definition at line 237 of file model31.cpp.
void dll_param_init_matrix::allocate | ( | double * | _d, |
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | _s = "UNNAMED" |
||
) |
Definition at line 230 of file model31.cpp.
dll_param_init_matrix & dll_param_init_matrix::operator= | ( | const dmatrix & | _m | ) |
Assigment operator for dmatrix.
m | dmatrix with same dimensions |
Reimplemented from param_init_matrix.
Definition at line 397 of file model31.cpp.
dll_param_init_matrix & dll_param_init_matrix::operator= | ( | const dvar_matrix & | _m | ) |
Assigment operator for dvar_matrix.
m | dvar_matrix with same dimensions |
Reimplemented from param_init_matrix.
Definition at line 404 of file model31.cpp.
dll_param_init_matrix & dll_param_init_matrix::operator= | ( | const dvariable & | d | ) |
Assigment operator for dvariable.
d | dvariable |
Reimplemented from param_init_matrix.
Definition at line 411 of file model31.cpp.
dll_param_init_matrix & dll_param_init_matrix::operator= | ( | const double & | d | ) |
Assigment operator for dvariable.
d | dvariable |
Reimplemented from param_init_matrix.
Definition at line 418 of file model31.cpp.
double* dll_param_init_matrix::d [private] |
Definition at line 1378 of file admodel.h.
Referenced by allocate(), dll_param_init_matrix(), and ~dll_param_init_matrix().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |