Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
named_dvar3_array (void) | |
void | allocate (const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, int rmax, int cmin, int cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, int rmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, const index_type &rmin, const index_type &rmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, const char *s="UNNAMED") |
void | allocate (const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, const ivector &rmin, int rmax, int cmin, int cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, const ivector &rmax, int cmin, int cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, const ivector &rmin, const ivector &rmax, int cmin, int cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, int cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *s="UNNAMED") |
void | allocate (int hsl, int hsu, int rmin, int rmax, int cmin, const ivector &cmax, const char *s="UNNAMED") |
named_dvar3_array & | operator= (const dvar3_array &m) |
Description not yet available. | |
named_dvar3_array & | operator= (const d3_array &m) |
Description not yet available. | |
Friends | |
class | model_parameters |
named_dvar3_array::named_dvar3_array | ( | void | ) | [inline, protected] |
void named_dvar3_array::allocate | ( | const ad_integer & | sl, |
const ad_integer & | sh, | ||
const index_type & | nrl, | ||
const index_type & | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Reimplemented in param_init_d3array.
Definition at line 9 of file model22.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Reimplemented in param_init_d3array.
Definition at line 233 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 240 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const index_type & | rmin, | ||
const index_type & | rmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 247 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 254 of file model11.cpp.
void named_dvar3_array::allocate | ( | const char * | s = "UNNAMED" | ) | [protected] |
Reimplemented from model_name_tag.
Definition at line 260 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const ivector & | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 266 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
const ivector & | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 273 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const ivector & | rmin, | ||
const ivector & | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 280 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const ivector & | cmin, | ||
int | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 288 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const ivector & | cmin, | ||
const ivector & | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 295 of file model11.cpp.
void named_dvar3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
const ivector & | cmax, | ||
const char * | s = "UNNAMED" |
||
) | [protected] |
Definition at line 302 of file model11.cpp.
named_dvar3_array & named_dvar3_array::operator= | ( | const dvar3_array & | m1 | ) | [protected] |
Description not yet available.
Reimplemented from dvar3_array.
Reimplemented in dll_param_d3array, and dll_param_init_d3array.
Definition at line 309 of file model11.cpp.
Referenced by operator=().
named_dvar3_array & named_dvar3_array::operator= | ( | const d3_array & | m1 | ) | [protected] |
Description not yet available.
Reimplemented from dvar3_array.
Reimplemented in dll_param_d3array, and dll_param_init_d3array.
Definition at line 317 of file model11.cpp.
friend class model_parameters [friend] |
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |