Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
data_matrix (void) | |
data_matrix & | operator= (const dmatrix &m) |
Description not yet available. | |
data_matrix & | operator= (const double &m) |
Private Member Functions | |
void | allocate (int rmin, int rmax, int cmin, int cmax, const char *="UNNAMED") |
void | allocate (int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *="UNNAMED") |
void | allocate (int rmin, int rmax, const ivector &cmin, int cmax, const char *="UNNAMED") |
void | allocate (int rmin, int rmax, int cmin, const ivector &cmax, const char *="UNNAMED") |
void | allocate (init_xml_doc &, const char *="UNNAMED") |
Friends | |
class | model_data |
data_matrix::data_matrix | ( | void | ) | [inline] |
void data_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [private] |
Reimplemented from named_dmatrix.
void data_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
const ivector & | cmin, | ||
const ivector & | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [private] |
Reimplemented from named_dmatrix.
void data_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
const ivector & | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [private] |
Reimplemented from named_dmatrix.
void data_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
const ivector & | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [private] |
Reimplemented from named_dmatrix.
void data_matrix::allocate | ( | init_xml_doc & | , |
const char * | = "UNNAMED" |
||
) | [private] |
data_matrix & data_matrix::operator= | ( | const dmatrix & | m1 | ) |
Description not yet available.
Reimplemented from named_dmatrix.
Reimplemented in dll_data_matrix.
Definition at line 490 of file model11.cpp.
Referenced by operator=().
data_matrix & data_matrix::operator= | ( | const double & | m | ) |
Reimplemented in dll_data_matrix.
Definition at line 496 of file model11.cpp.
friend class model_data [friend] |
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |