Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
named_dvar_matrix & | operator= (const double m) |
Description not yet available. | |
named_dvar_matrix & | operator= (const dmatrix &m) |
Description not yet available. | |
named_dvar_matrix & | operator= (const dvar_matrix &m) |
Description not yet available. | |
named_dvar_matrix & | operator= (const dvariable &m) |
Protected Member Functions | |
named_dvar_matrix (void) | |
void | allocate (int rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (int rmin, int rmax, const char *s) |
void | allocate (const char *s) |
void | allocate (int rmin, int rmax, const index_type &cmin, const index_type &cmax, const char *s) |
Friends | |
class | model_parameters |
named_dvar_matrix::named_dvar_matrix | ( | void | ) | [inline, protected] |
void named_dvar_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in param_stddev_matrix, and param_init_matrix.
Definition at line 50 of file model11.cpp.
void named_dvar_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
const char * | s | ||
) | [protected] |
Definition at line 57 of file model11.cpp.
void named_dvar_matrix::allocate | ( | const char * | s | ) | [protected] |
Reimplemented from model_name_tag.
Definition at line 64 of file model11.cpp.
void named_dvar_matrix::allocate | ( | int | rmin, |
int | rmax, | ||
const index_type & | cmin, | ||
const index_type & | cmax, | ||
const char * | s | ||
) | [protected] |
Definition at line 70 of file model11.cpp.
named_dvar_matrix & named_dvar_matrix::operator= | ( | const double | t | ) |
Description not yet available.
Reimplemented from dvar_matrix.
Reimplemented in param_stddev_matrix, and dll_param_matrix.
Definition at line 87 of file model11.cpp.
Referenced by operator=().
named_dvar_matrix & named_dvar_matrix::operator= | ( | const dmatrix & | m1 | ) |
Description not yet available.
Reimplemented from dvar_matrix.
Reimplemented in param_stddev_matrix, dll_param_init_matrix, param_init_matrix, and dll_param_matrix.
Definition at line 82 of file model11.cpp.
named_dvar_matrix & named_dvar_matrix::operator= | ( | const dvar_matrix & | m1 | ) |
Description not yet available.
Reimplemented from dvar_matrix.
Reimplemented in param_stddev_matrix, dll_param_init_matrix, param_init_matrix, and dll_param_matrix.
Definition at line 77 of file model11.cpp.
named_dvar_matrix & named_dvar_matrix::operator= | ( | const dvariable & | m | ) |
Reimplemented in dll_param_init_matrix, param_init_matrix, and dll_param_matrix.
Definition at line 93 of file model11.cpp.
friend class model_parameters [friend] |
Reimplemented in param_stddev_matrix.
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |