Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
virtual | ~dll_param_matrix () |
void | allocate (double *, int rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (double *, int rmin, int rmax, const index_type &, const index_type &, const char *s) |
dll_param_matrix & | operator= (const dvariable &m) |
dll_param_matrix & | operator= (const double m) |
Description not yet available. | |
dll_param_matrix & | operator= (const dmatrix &m) |
Description not yet available. | |
dll_param_matrix & | operator= (const dvar_matrix &m) |
Description not yet available. | |
Private Attributes | |
double * | pd |
dll_param_matrix::~dll_param_matrix | ( | ) | [virtual] |
Definition at line 134 of file model32.cpp.
void dll_param_matrix::allocate | ( | double * | _pd, |
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) |
Definition at line 269 of file model31.cpp.
void dll_param_matrix::allocate | ( | double * | , |
int | rmin, | ||
int | rmax, | ||
const index_type & | , | ||
const index_type & | , | ||
const char * | s | ||
) |
dll_param_matrix & dll_param_matrix::operator= | ( | const dvariable & | m | ) |
Reimplemented from named_dvar_matrix.
Definition at line 383 of file model31.cpp.
dll_param_matrix & dll_param_matrix::operator= | ( | const double | t | ) |
Description not yet available.
Reimplemented from named_dvar_matrix.
Definition at line 376 of file model31.cpp.
dll_param_matrix & dll_param_matrix::operator= | ( | const dmatrix & | m1 | ) |
Description not yet available.
Reimplemented from named_dvar_matrix.
Definition at line 390 of file model31.cpp.
dll_param_matrix & dll_param_matrix::operator= | ( | const dvar_matrix & | m1 | ) |
Description not yet available.
Reimplemented from named_dvar_matrix.
Definition at line 369 of file model31.cpp.
double* dll_param_matrix::pd [private] |
Definition at line 302 of file admodel.h.
Referenced by allocate(), and ~dll_param_matrix().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |