Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
virtual | ~dll_data_matrix () |
void | allocate (double *_d, int rmin, int rmax, int cmin, int cmax, const char *_s="UNNAMED") |
dll_data_matrix & | operator= (const dmatrix &m) |
Description not yet available. | |
dll_data_matrix & | operator= (const double &m) |
Private Attributes | |
double * | d |
dll_data_matrix::~dll_data_matrix | ( | ) | [virtual] |
Definition at line 77 of file model32.cpp.
void dll_data_matrix::allocate | ( | double * | _d, |
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | _s = "UNNAMED" |
||
) |
Definition at line 186 of file model31.cpp.
dll_data_matrix & dll_data_matrix::operator= | ( | const dmatrix & | m1 | ) |
Description not yet available.
Reimplemented from data_matrix.
Definition at line 218 of file model31.cpp.
Referenced by operator=().
dll_data_matrix & dll_data_matrix::operator= | ( | const double & | m | ) |
Reimplemented from data_matrix.
Definition at line 224 of file model31.cpp.
double* dll_data_matrix::d [private] |
Definition at line 1583 of file admodel.h.
Referenced by allocate(), and ~dll_data_matrix().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |