Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
named_dmatrix (void) | |
void | allocate (int rmin, int rmax, const char *s) |
void | allocate (const char *s) |
void | allocate (int rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (int rmin, int rmax, const ivector &cmin, int cmax, const char *s) |
void | allocate (int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *s) |
void | allocate (int rmin, int rmax, int cmin, const ivector &cmax, const char *s) |
named_dmatrix & | operator= (const dmatrix &m) |
Description not yet available. | |
named_dmatrix & | operator= (const double m) |
Assign value x to all elements in dmatrix. |
named_dmatrix::named_dmatrix | ( | void | ) | [inline, protected] |
void named_dmatrix::allocate | ( | int | rmin, |
int | rmax, | ||
const char * | s | ||
) | [protected] |
Definition at line 338 of file model11.cpp.
void named_dmatrix::allocate | ( | const char * | s | ) | [protected] |
Reimplemented from model_name_tag.
Definition at line 345 of file model11.cpp.
void named_dmatrix::allocate | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_matrix.
Definition at line 322 of file model11.cpp.
void named_dmatrix::allocate | ( | int | rmin, |
int | rmax, | ||
const ivector & | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_matrix.
Definition at line 330 of file model11.cpp.
void named_dmatrix::allocate | ( | int | rmin, |
int | rmax, | ||
const ivector & | cmin, | ||
const ivector & | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_matrix.
Definition at line 359 of file model11.cpp.
void named_dmatrix::allocate | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
const ivector & | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_matrix.
Definition at line 352 of file model11.cpp.
named_dmatrix & named_dmatrix::operator= | ( | const dmatrix & | m1 | ) | [protected] |
Description not yet available.
Reimplemented from dmatrix.
Reimplemented in dll_data_matrix, and data_matrix.
Definition at line 366 of file model11.cpp.
Referenced by operator=().
named_dmatrix & named_dmatrix::operator= | ( | const double | t | ) | [protected] |
Assign value x to all elements in dmatrix.
Reimplemented from dmatrix.
Definition at line 371 of file model11.cpp.
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |