Description not yet available. More...
#include <admodel.h>
Protected Member Functions | |
named_d3_array (void) | |
void | allocate (int hsl, int hsu, int rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (int hsl, int hsu, const index_type &rmin, const index_type &rmax, const index_type &cmin, const index_type &cmax, const char *s) |
void | allocate (int hsl, int hsu, const ivector &rmin, int rmax, int cmin, int cmax, const char *s) |
void | allocate (int hsl, int hsu, int rmin, const ivector &rmax, int cmin, int cmax, const char *s) |
void | allocate (int hsl, int hsu, const ivector &rmin, const ivector &rmax, int cmin, int cmax, const char *s) |
void | allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, int cmax, const char *s) |
void | allocate (int hsl, int hsu, int rmin, int rmax, int cmin, const ivector &cmax, const char *s) |
void | allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *s) |
void | allocate (int hsl, int hsu, const index_type &rmin, const index_type &rmax, const char *s) |
void | allocate (int hsl, int hsu, int rmin, int rmax, const char *s) |
void | allocate (int hsl, int hsu, const char *s) |
void | allocate (const char *s) |
named_d3_array & | operator= (const d3_array &m) |
Description not yet available. |
named_d3_array::named_d3_array | ( | void | ) | [inline, protected] |
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 401 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const index_type & | rmin, | ||
const index_type & | rmax, | ||
const index_type & | cmin, | ||
const index_type & | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 434 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const ivector & | rmin, | ||
int | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 442 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
const ivector & | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 449 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const ivector & | rmin, | ||
const ivector & | rmax, | ||
int | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 456 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const ivector & | cmin, | ||
int | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 463 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
int | cmin, | ||
const ivector & | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 470 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const ivector & | cmin, | ||
const ivector & | cmax, | ||
const char * | s | ||
) | [protected] |
Reimplemented in data_3array.
Definition at line 477 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const index_type & | rmin, | ||
const index_type & | rmax, | ||
const char * | s | ||
) | [protected] |
Definition at line 415 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | rmin, | ||
int | rmax, | ||
const char * | s | ||
) | [protected] |
Definition at line 408 of file model11.cpp.
void named_d3_array::allocate | ( | int | hsl, |
int | hsu, | ||
const char * | s | ||
) | [protected] |
Definition at line 422 of file model11.cpp.
void named_d3_array::allocate | ( | const char * | s | ) | [protected] |
Reimplemented from model_name_tag.
Definition at line 428 of file model11.cpp.
named_d3_array & named_d3_array::operator= | ( | const d3_array & | m1 | ) | [protected] |
Description not yet available.
Reimplemented from d3_array.
Reimplemented in dll_data_3array.
Definition at line 484 of file model11.cpp.
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |