|
| | d5_array (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| | Description not yet available. More...
|
| |
| | d5_array (int imin, int imax) |
| | Construct vector of empty d4_arrays with dimension [hsl to hsu]. More...
|
| |
| | d5_array (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &hsl, const index_type &hsu, const index_type &sl, const index_type &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch) |
| | Description not yet available. More...
|
| |
| | d5_array (const d5_array &m2) |
| | Copy constructor (shallow) More...
|
| |
| | d5_array () |
| | Description not yet available. More...
|
| |
| | ~d5_array () |
| | Destructor. More...
|
| |
| void | allocate (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| | Allocate d5_array with specified dimensions. More...
|
| |
| void | allocate (int imin, int imax) |
| | Allocate vector of d4_array with range [hsl, hsu]. More...
|
| |
| void | allocate (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &hsl, const index_type &hsu, const index_type &sl, const index_type &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch) |
| | Allocate d5_array with specified dimensions. More...
|
| |
| void | allocate (void) |
| | Description not yet available. More...
|
| |
| void | allocate (const d5_array &) |
| | Allocate d5_array using other dimensions. More...
|
| |
| void | deallocate (void) |
| | Deallocate d5_array memory. More...
|
| |
| d4_array & | elem (int i) |
| |
| d3_array & | elem (int i, int j) |
| |
| dmatrix & | elem (int i, int j, int k) |
| |
| dvector & | elem (int i, int j, int k, int l) |
| |
| double & | elem (int i, int j, int k, int l, int _m) |
| |
| const d4_array & | elem (int i) const |
| |
| const d3_array & | elem (int i, int j) const |
| |
| const dmatrix & | elem (int i, int j, int k) const |
| |
| const dvector & | elem (int i, int j, int k, int l) const |
| |
| const double & | elem (int i, int j, int k, int l, int _m) const |
| |
| unsigned int | get_ncopies () const |
| |
| int | indexmax () const |
| |
| int | indexmin () const |
| |
| void | initialize () |
| | Initialize all elements of d5_array to zero. More...
|
| |
| int | operator! (void) const |
| |
| d4_array & | operator() (int i) |
| |
| d3_array & | operator() (int i, int j) |
| |
| dmatrix & | operator() (int i, int j, int k) |
| |
| dvector & | operator() (int i, int j, int k, int l) |
| |
| double & | operator() (int i, int j, int k, int l, int _m) |
| |
| const d4_array & | operator() (int i) const |
| |
| const d3_array & | operator() (int i, int j) const |
| |
| const dmatrix & | operator() (int i, int j, int k) const |
| |
| const dvector & | operator() (int i, int j, int k, int l) const |
| |
| const double & | operator() (int i, int j, int k, int l, int _m) const |
| |
| void | operator/= (double d) |
| | Divides all elements of d5_array by d. More...
|
| |
| d5_array & | operator= (const d5_array &) |
| | Assigns element values from other to d5_array. More...
|
| |
| d4_array & | operator[] (int i) |
| |
| const d4_array & | operator[] (int i) const |
| |
| void | shallow_copy (const d5_array &) |
| | Shallow copy pointers from other data structure. More...
|
| |
| unsigned int | size () const |
| |
| | model_name_tag (void) |
| |
| void | allocate (const char *s) |
| |
| const char * | get_name (void) |
| |
| label_class | label (void) |
| |
| adstring | name |
| |
Description not yet available.
- Parameters
-
Definition at line 626 of file admodel.h.