Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| d6_array (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6) | |
| Description not yet available. | |
| d6_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, const index_type &l6, const index_type &u6) | |
| Description not yet available. | |
| d6_array (const d6_array &m2) | |
| Description not yet available. | |
| d6_array () | |
| Description not yet available. | |
| ~d6_array () | |
| Destructor. | |
| void | allocate (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6) |
| Description not yet available. | |
| 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, const index_type &l6, const index_type &u6) |
| Description not yet available. | |
| void | allocate (void) |
| Description not yet available. | |
| void | allocate (const d6_array &) |
| Description not yet available. | |
| void | deallocate (void) |
| Description not yet available. | |
| d5_array & | elem (int i) |
| d4_array & | elem (int i, int j) |
| d3_array & | elem (int i, int j, int k) |
| dmatrix & | elem (int i, int j, int k, int l) |
| dvector & | elem (int i, int j, int k, int l, int _m) |
| double & | elem (int i, int j, int k, int l, int _m, int _n) |
| const d5_array & | elem (int i) const |
| const d4_array & | elem (int i, int j) const |
| const d3_array & | elem (int i, int j, int k) const |
| const dmatrix & | elem (int i, int j, int k, int l) const |
| const dvector & | elem (int i, int j, int k, int l, int _m) const |
| const double & | elem (int i, int j, int k, int l, int _m, int _n) const |
| int | indexmax (void) |
| int | indexmax (void) const |
| int | indexmin (void) |
| int | indexmin (void) const |
| void | initialize (void) |
| Description not yet available. | |
| int | operator! (void) const |
| d5_array & | operator() (int i) |
| d4_array & | operator() (int i, int j) |
| d3_array & | operator() (int i, int j, int k) |
| dmatrix & | operator() (int i, int j, int k, int l) |
| dvector & | operator() (int i, int j, int k, int l, int _m) |
| double & | operator() (int i, int j, int k, int l, int _m, int _n) |
| const d5_array & | operator() (int i) const |
| const d4_array & | operator() (int i, int j) const |
| const d3_array & | operator() (int i, int j, int k) const |
| const dmatrix & | operator() (int i, int j, int k, int l) const |
| const dvector & | operator() (int i, int j, int k, int l, int _m) const |
| const double & | operator() (int i, int j, int k, int l, int _m, int _n) const |
| void | operator/= (double d) |
| Description not yet available. | |
| d6_array & | operator= (const d6_array &) |
| Description not yet available. | |
| d5_array & | operator[] (int i) |
| const d5_array & | operator[] (int i) const |
| void | shallow_copy (const d6_array &) |
| int | size (void) |
| int | size (void) const |
Private Attributes | |
| vector_shape * | shape |
| d5_array * | t |
| d6_array::d6_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch, | ||
| int | l5, | ||
| int | u5, | ||
| int | l6, | ||
| int | u6 | ||
| ) |
| d6_array::d6_array | ( | const ad_integer & | hsl, |
| const ad_integer & | 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, | ||
| const index_type & | l5, | ||
| const index_type & | u5, | ||
| const index_type & | l6, | ||
| const index_type & | u6 | ||
| ) |
| d6_array::d6_array | ( | const d6_array & | _m2 | ) |
| void d6_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch, | ||
| int | l5, | ||
| int | u5, | ||
| int | l6, | ||
| int | u6 | ||
| ) |
Description not yet available.
Definition at line 365 of file d6arr.cpp.
Referenced by d7_array::allocate(), and operator/().
| void d6_array::allocate | ( | const ad_integer & | hsl, |
| const ad_integer & | 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, | ||
| const index_type & | l5, | ||
| const index_type & | u5, | ||
| const index_type & | l6, | ||
| const index_type & | u6 | ||
| ) |
| void d6_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file d6arr2.cpp.
Referenced by named_d6_array::allocate(), allocate(), and d6_array().
| void d6_array::allocate | ( | const d6_array & | m1 | ) |
| void d6_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 52 of file d6arr.cpp.
Referenced by ~d6_array().
| d5_array& d6_array::elem | ( | int | i | ) | [inline] |
| d4_array& d6_array::elem | ( | int | i, |
| int | j | ||
| ) | [inline] |
| d3_array& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | [inline] |
| dmatrix& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | [inline] |
| dvector& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m | ||
| ) | [inline] |
| double& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m, | ||
| int | _n | ||
| ) | [inline] |
| const d5_array& d6_array::elem | ( | int | i | ) | const [inline] |
| const d4_array& d6_array::elem | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| const d3_array& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | const [inline] |
| const dmatrix& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | const [inline] |
| const dvector& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m | ||
| ) | const [inline] |
| const double& d6_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m, | ||
| int | _n | ||
| ) | const [inline] |
| int d6_array::indexmax | ( | void | ) | [inline] |
Definition at line 6591 of file fvar.hpp.
Referenced by allocate(), dvar6_array::allocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), dvar6_array::operator=(), operator>>(), size(), and sum().
| int d6_array::indexmax | ( | void | ) | const [inline] |
| int d6_array::indexmin | ( | void | ) | [inline] |
Definition at line 6587 of file fvar.hpp.
Referenced by allocate(), dvar6_array::allocate(), deallocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), dvar6_array::operator=(), operator>>(), size(), and sum().
| int d6_array::indexmin | ( | void | ) | const [inline] |
| void d6_array::initialize | ( | void | ) |
| int d6_array::operator! | ( | void | ) | const [inline] |
| d3_array& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | [inline] |
| dmatrix& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | [inline] |
| dvector& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m | ||
| ) | [inline] |
| double& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m, | ||
| int | _n | ||
| ) | [inline] |
| const d5_array& d6_array::operator() | ( | int | i | ) | const [inline] |
| const d4_array& d6_array::operator() | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| const d3_array& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | const [inline] |
| const dmatrix& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | const [inline] |
| const dvector& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m | ||
| ) | const [inline] |
| const double& d6_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l, | ||
| int | _m, | ||
| int | _n | ||
| ) | const [inline] |
| void d6_array::operator/= | ( | double | d | ) |
| const d5_array& d6_array::operator[] | ( | int | i | ) | const [inline] |
| void d6_array::shallow_copy | ( | const d6_array & | ) |
| int d6_array::size | ( | void | ) | [inline] |
Definition at line 6595 of file fvar.hpp.
Referenced by allocate().
| int d6_array::size | ( | void | ) | const [inline] |
vector_shape* d6_array::shape [private] |
Definition at line 6428 of file fvar.hpp.
Referenced by allocate(), d6_array(), deallocate(), indexmax(), indexmin(), and operator!().
d5_array* d6_array::t [private] |
Definition at line 6429 of file fvar.hpp.
Referenced by allocate(), d6_array(), deallocate(), elem(), operator()(), and operator[]().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|