Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| d4_array (int, int) | |
| Description not yet available. | |
| d4_array (int hsl, int hsu, int sl, int sh, ivector nrl, ivector nrh, ivector ncl, ivector nch) | |
| Description not yet available. | |
| d4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, const i3_array &nch) | |
| Description not yet available. | |
| d4_array (int hsl, int 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. | |
| d4_array (const d4_array &m2) | |
| Description not yet available. | |
| d4_array (int, int, int, int, int, int, int, int) | |
| Description not yet available. | |
| d4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) | |
| Description not yet available. | |
| d4_array () | |
| Default constructor. | |
| ~d4_array () | |
| Destructor. | |
| void | allocate (int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| Description not yet available. | |
| void | allocate (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, const imatrix &nch) |
| void | allocate (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, const i3_array &nch) |
| Description not yet available. | |
| void | allocate (int hsl, int hsu, int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch) |
| Description not yet available. | |
| void | allocate (int hsl, int hsu, int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch) |
| Description not yet available. | |
| void | allocate (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) |
| Description not yet available. | |
| void | allocate (void) |
| Description not yet available. | |
| void | allocate (const d4_array &) |
| Description not yet available. | |
| void | allocate (const dvar4_array &) |
| void | allocate (int hsl, int 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. | |
| void | allocate (ad_integer hsl, 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) |
| Description not yet available. | |
| void | allocate (ad_integer hsl, ad_integer hsu, const index_type &sl, const index_type &sh, const index_type &nrl, const index_type &nrh) |
| Description not yet available. | |
| void | allocate (ad_integer hsl, ad_integer hsu, const index_type &sl, const index_type &sh) |
| Description not yet available. | |
| void | allocate (ad_integer hsl, ad_integer hsu) |
| Description not yet available. | |
| int | colmax (void) |
| int | colmax (void) const |
| int | colmin (void) |
| int | colmin (void) const |
| int | colsize () |
| int | colsize () const |
| void | deallocate (void) |
| Description not yet available. | |
| d3_array & | elem (int i) |
| dmatrix & | elem (int i, int j) |
| dvector & | elem (int i, int j, int k) |
| double & | elem (int i, int j, int k, int l) |
| const d3_array & | elem (int i) const |
| const dmatrix & | elem (int i, int j) const |
| const dvector & | elem (int i, int j, int k) const |
| const double & | elem (int i, int j, int k, int l) const |
| int | hslicemax (void) |
| int | hslicemax (void) const |
| int | hslicemin (void) |
| int | hslicemin (void) const |
| int | hslicesize () |
| int | hslicesize () 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 |
| const d3_array & | operator() (int i) const |
| const dmatrix & | operator() (int i, int j) const |
| const dvector & | operator() (int i, int j, int k) const |
| const double & | operator() (int i, int j, int k, int l) const |
| d3_array & | operator() (int) |
| dmatrix & | operator() (int, int) |
| dvector & | operator() (int, int, int) |
| double & | operator() (int, int, int, int) |
| void | operator/= (double d) |
| Description not yet available. | |
| d4_array & | operator= (const d4_array &) |
| Description not yet available. | |
| const d3_array & | operator[] (int i) const |
| d3_array & | operator[] (int) |
| int | rowmax (void) |
| int | rowmax (void) const |
| int | rowmin (void) |
| int | rowmin (void) const |
| int | rowsize () |
| int | rowsize () const |
| void | shallow_copy (const d4_array &) |
| Description not yet available. | |
| int | slicemax (void) |
| int | slicemax (void) const |
| int | slicemin (void) |
| int | slicemin (void) const |
| int | slicesize () |
| int | slicesize () const |
| d4_array | sub (int, int) |
| Description not yet available. | |
Private Attributes | |
| four_array_shape * | shape |
| d3_array * | t |
Friends | |
| class | four_array_shape |
| d4_array::d4_array | ( | int | nrl, |
| int | nrh | ||
| ) |
| d4_array::d4_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| ivector | nrl, | ||
| ivector | nrh, | ||
| ivector | ncl, | ||
| ivector | nch | ||
| ) |
| d4_array::d4_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| const i3_array & | nch | ||
| ) |
| d4_array::d4_array | ( | int | hsl, |
| int | 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 | ||
| ) |
| d4_array::d4_array | ( | const d4_array & | m2 | ) |
| d4_array::d4_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
| d4_array::d4_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
Default constructor.
Definition at line 11 of file d4arr3.cpp.
Referenced by data_4array::allocate().
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
Description not yet available.
Definition at line 347 of file d4arr.cpp.
Referenced by d5_array::allocate(), exp(), log(), mfexp(), operator/(), and sqrt().
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| const imatrix & | nch | ||
| ) |
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| const i3_array & | nch | ||
| ) |
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| const ivector & | ncl, | ||
| const ivector & | nch | ||
| ) |
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| const ivector & | nrl, | ||
| const ivector & | nrh, | ||
| const ivector & | ncl, | ||
| const ivector & | nch | ||
| ) |
| void d4_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
| void d4_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 20 of file d4arr3.cpp.
Referenced by named_d4_array::allocate(), data_4array::allocate(), allocate(), and d4_array().
| void d4_array::allocate | ( | const d4_array & | m1 | ) |
| void d4_array::allocate | ( | const dvar4_array & | ) |
| void d4_array::allocate | ( | int | hsl, |
| int | 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 | ||
| ) |
| void d4_array::allocate | ( | ad_integer | hsl, |
| 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 | ||
| ) |
| void d4_array::allocate | ( | ad_integer | hsl, |
| ad_integer | hsu, | ||
| const index_type & | sl, | ||
| const index_type & | sh, | ||
| const index_type & | nrl, | ||
| const index_type & | nrh | ||
| ) |
| void d4_array::allocate | ( | ad_integer | hsl, |
| ad_integer | hsu, | ||
| const index_type & | sl, | ||
| const index_type & | sh | ||
| ) |
| void d4_array::allocate | ( | ad_integer | hsl, |
| ad_integer | hsu | ||
| ) |
| int d4_array::colmax | ( | void | ) | [inline] |
| int d4_array::colmax | ( | void | ) | const [inline] |
| int d4_array::colmin | ( | void | ) | [inline] |
| int d4_array::colmin | ( | void | ) | const [inline] |
| int d4_array::colsize | ( | void | ) | [inline] |
| int d4_array::colsize | ( | void | ) | const [inline] |
| void d4_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 118 of file d4arr.cpp.
Referenced by ~d4_array().
| d3_array& d4_array::elem | ( | int | i | ) | [inline] |
Definition at line 4947 of file fvar.hpp.
Referenced by initialize(), and sum().
| dmatrix& d4_array::elem | ( | int | i, |
| int | j | ||
| ) | [inline] |
| dvector& d4_array::elem | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | [inline] |
| double& d4_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | [inline] |
| const d3_array& d4_array::elem | ( | int | i | ) | const [inline] |
| const dmatrix& d4_array::elem | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| const dvector& d4_array::elem | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | const [inline] |
| const double& d4_array::elem | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | const [inline] |
| int d4_array::hslicemax | ( | void | ) | [inline] |
Definition at line 5005 of file fvar.hpp.
Referenced by allocate(), dvar4_array::allocate(), exp(), hslicesize(), initialize(), log(), mfexp(), operator<<(), operator=(), dvar4_array::operator=(), operator>>(), and sqrt().
| int d4_array::hslicemax | ( | void | ) | const [inline] |
| int d4_array::hslicemin | ( | void | ) | [inline] |
Definition at line 5001 of file fvar.hpp.
Referenced by allocate(), dvar4_array::allocate(), colmax(), colmin(), deallocate(), exp(), hslicesize(), initialize(), log(), mfexp(), operator<<(), operator=(), dvar4_array::operator=(), operator>>(), rowmax(), rowmin(), slicemax(), slicemin(), and sqrt().
| int d4_array::hslicemin | ( | void | ) | const [inline] |
| int d4_array::hslicesize | ( | ) | [inline] |
Definition at line 5034 of file fvar.hpp.
Referenced by allocate().
| int d4_array::hslicesize | ( | ) | const [inline] |
| int d4_array::indexmax | ( | void | ) | [inline] |
Definition at line 4997 of file fvar.hpp.
Referenced by colmax(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
| int d4_array::indexmax | ( | void | ) | const [inline] |
| int d4_array::indexmin | ( | void | ) | [inline] |
Definition at line 4993 of file fvar.hpp.
Referenced by colmin(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
| int d4_array::indexmin | ( | void | ) | const [inline] |
| void d4_array::initialize | ( | void | ) |
| int d4_array::operator! | ( | void | ) | const [inline] |
| const d3_array & d4_array::operator() | ( | int | i | ) | const [inline] |
| const dmatrix & d4_array::operator() | ( | int | i, |
| int | j | ||
| ) | const [inline] |
| const dvector & d4_array::operator() | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | const [inline] |
| const double & d4_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | const [inline] |
| dvector & d4_array::operator() | ( | int | i, |
| int | j, | ||
| int | k | ||
| ) | [inline] |
| double & d4_array::operator() | ( | int | i, |
| int | j, | ||
| int | k, | ||
| int | l | ||
| ) | [inline] |
| void d4_array::operator/= | ( | double | d | ) |
| const d3_array & d4_array::operator[] | ( | int | i | ) | const [inline] |
| int d4_array::rowmax | ( | void | ) | [inline] |
| int d4_array::rowmax | ( | void | ) | const [inline] |
| int d4_array::rowmin | ( | void | ) | [inline] |
| int d4_array::rowmin | ( | void | ) | const [inline] |
| int d4_array::rowsize | ( | void | ) | [inline] |
| int d4_array::rowsize | ( | void | ) | const [inline] |
| void d4_array::shallow_copy | ( | const d4_array & | m2 | ) |
| int d4_array::slicemax | ( | void | ) | [inline] |
Definition at line 5013 of file fvar.hpp.
Referenced by slicemax(), and slicesize().
| int d4_array::slicemax | ( | void | ) | const [inline] |
| int d4_array::slicemin | ( | void | ) | [inline] |
Definition at line 5009 of file fvar.hpp.
Referenced by colmax(), colmin(), rowmax(), rowmin(), slicemin(), and slicesize().
| int d4_array::slicemin | ( | void | ) | const [inline] |
| int d4_array::slicesize | ( | void | ) | [inline] |
| int d4_array::slicesize | ( | void | ) | const [inline] |
| d4_array d4_array::sub | ( | int | nrl, |
| int | nrh | ||
| ) |
friend class four_array_shape [friend] |
Definition at line 4991 of file fvar.hpp.
Referenced by allocate().
four_array_shape* d4_array::shape [private] |
Definition at line 4890 of file fvar.hpp.
Referenced by allocate(), d4_array(), deallocate(), hslicemax(), hslicemin(), indexmax(), indexmin(), operator!(), and shallow_copy().
d3_array* d4_array::t [private] |
Definition at line 4891 of file fvar.hpp.
Referenced by allocate(), d4_array(), deallocate(), elem(), operator()(), operator[](), and shallow_copy().
|
|
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0
|