Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvar4_array (int, int) | |
Description not yet available. | |
dvar4_array (int hsl, int hsu, int sl, int sh, ivector nrl, ivector nrh, ivector ncl, ivector nch) | |
Description not yet available. | |
dvar4_array (const d4_array &m1) | |
Description not yet available. | |
dvar4_array (const dvar4_array &m2) | |
Description not yet available. | |
dvar4_array (int, int, int, int, int, int, int, int) | |
Description not yet available. | |
dvar4_array (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &) | |
Description not yet available. | |
dvar4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) | |
Description not yet available. | |
dvar4_array () | |
Description not yet available. | |
~dvar4_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, 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 (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &) |
Description not yet available. | |
void | allocate (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &) |
Description not yet available. | |
void | allocate (ad_integer, ad_integer, const index_type &, const index_type &) |
Description not yet available. | |
void | allocate (ad_integer, ad_integer) |
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 &) |
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. | |
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. | |
dvar3_array & | elem (int i) |
dvar_matrix & | elem (int i, int j) |
dvar_vector & | elem (int i, int j, int k) |
prevariable | elem (int i, int j, int k, int l) |
const dvar3_array & | elem (int i) const |
const dvar_matrix & | elem (int i, int j) const |
const dvar_vector & | elem (int i, int j, int k) const |
const prevariable | 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 |
dvar3_array & | operator() (int i) |
dvar_matrix & | operator() (int i, int j) |
dvar_vector & | operator() (int i, int j, int k) |
prevariable | operator() (int i, int j, int k, int l) |
const dvar3_array & | operator() (int i) const |
const dvar_matrix & | operator() (int i, int j) const |
const dvar_vector & | operator() (int i, int j, int k) const |
const prevariable | operator() (int i, int j, int k, int l) const |
void | operator/= (const prevariable &d) |
Description not yet available. | |
void | operator/= (const double &d) |
Description not yet available. | |
dvar4_array & | operator= (const d4_array &) |
Description not yet available. | |
dvar4_array & | operator= (const dvar4_array &) |
Description not yet available. | |
dvar3_array & | operator[] (int i) |
const dvar3_array & | operator[] (int i) const |
int | rowmax (void) |
int | rowmax (void) const |
int | rowmin (void) |
int | rowmin (void) const |
int | rowsize () |
int | rowsize () const |
void | shallow_copy (const dvar4_array &) |
Description not yet available. | |
int | slicemax (void) |
int | slicemax (void) const |
int | slicemin (void) |
int | slicemin (void) const |
int | slicesize () |
int | slicesize () const |
dvar4_array | sub (int, int) |
Description not yet available. | |
d4_array | vale (d4_array &) |
Private Attributes | |
four_array_shape * | shape |
dvar3_array * | t |
Friends | |
class | four_array_shape |
dvar4_array::dvar4_array | ( | int | nrl, |
int | nrh | ||
) |
dvar4_array::dvar4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
ivector | nrl, | ||
ivector | nrh, | ||
ivector | ncl, | ||
ivector | nch | ||
) |
dvar4_array::dvar4_array | ( | const d4_array & | m1 | ) |
dvar4_array::dvar4_array | ( | const dvar4_array & | m2 | ) |
dvar4_array::dvar4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
dvar4_array::dvar4_array | ( | 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 | ||
) |
dvar4_array::dvar4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
const ivector & | sh, | ||
int | nrl, | ||
const imatrix & | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
void dvar4_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 315 of file f4arr.cpp.
Referenced by dvar5_array::allocate(), exp(), log(), mfexp(), operator/(), and sqrt().
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch | ||
) |
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
const ivector & | nrl, | ||
const ivector & | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch | ||
) |
void dvar4_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 dvar4_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 dvar4_array::allocate | ( | ad_integer | hsl, |
ad_integer | hsu, | ||
const index_type & | sl, | ||
const index_type & | sh | ||
) |
void dvar4_array::allocate | ( | ad_integer | hsl, |
ad_integer | hsu | ||
) |
void dvar4_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file f4arr3.cpp.
Referenced by named_dvar4_array::allocate(), allocate(), and dvar4_array().
void dvar4_array::allocate | ( | const d4_array & | m1 | ) |
void dvar4_array::allocate | ( | const dvar4_array & | m1 | ) |
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
const ivector & | sh, | ||
int | nrl, | ||
const imatrix & | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
int dvar4_array::colmax | ( | void | ) | [inline] |
int dvar4_array::colmax | ( | void | ) | const [inline] |
int dvar4_array::colmin | ( | void | ) | [inline] |
int dvar4_array::colmin | ( | void | ) | const [inline] |
int dvar4_array::colsize | ( | void | ) | [inline] |
int dvar4_array::colsize | ( | void | ) | const [inline] |
void dvar4_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 86 of file f4arr.cpp.
Referenced by ~dvar4_array().
dvar3_array& dvar4_array::elem | ( | int | i | ) | [inline] |
Definition at line 5225 of file fvar.hpp.
Referenced by initialize(), and sum().
dvar_matrix& dvar4_array::elem | ( | int | i, |
int | j | ||
) | [inline] |
dvar_vector& dvar4_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
prevariable dvar4_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
const dvar3_array& dvar4_array::elem | ( | int | i | ) | const [inline] |
const dvar_matrix& dvar4_array::elem | ( | int | i, |
int | j | ||
) | const [inline] |
const dvar_vector& dvar4_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const prevariable dvar4_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
int dvar4_array::hslicemax | ( | void | ) | [inline] |
Definition at line 5328 of file fvar.hpp.
Referenced by allocate(), dvar4_array(), exp(), hslicesize(), initialize(), log(), mfexp(), operator<<(), operator=(), operator>>(), and sqrt().
int dvar4_array::hslicemax | ( | void | ) | const [inline] |
int dvar4_array::hslicemin | ( | void | ) | [inline] |
Definition at line 5324 of file fvar.hpp.
Referenced by allocate(), colmax(), colmin(), deallocate(), dvar4_array(), exp(), hslicesize(), initialize(), log(), mfexp(), operator<<(), operator=(), operator>>(), rowmax(), rowmin(), slicemax(), slicemin(), and sqrt().
int dvar4_array::hslicemin | ( | void | ) | const [inline] |
int dvar4_array::hslicesize | ( | ) | [inline] |
Definition at line 5367 of file fvar.hpp.
Referenced by allocate().
int dvar4_array::hslicesize | ( | ) | const [inline] |
int dvar4_array::indexmax | ( | void | ) | [inline] |
Definition at line 5320 of file fvar.hpp.
Referenced by colmax(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
int dvar4_array::indexmax | ( | void | ) | const [inline] |
int dvar4_array::indexmin | ( | void | ) | [inline] |
Definition at line 5316 of file fvar.hpp.
Referenced by colmin(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
int dvar4_array::indexmin | ( | void | ) | const [inline] |
void dvar4_array::initialize | ( | void | ) |
int dvar4_array::operator! | ( | void | ) | const [inline] |
dvar3_array& dvar4_array::operator() | ( | int | i | ) | [inline] |
dvar_matrix& dvar4_array::operator() | ( | int | i, |
int | j | ||
) | [inline] |
dvar_vector& dvar4_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
prevariable dvar4_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
const dvar3_array& dvar4_array::operator() | ( | int | i | ) | const [inline] |
const dvar_matrix& dvar4_array::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
const dvar_vector& dvar4_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const prevariable dvar4_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
void dvar4_array::operator/= | ( | const prevariable & | d | ) |
void dvar4_array::operator/= | ( | const double & | d | ) |
dvar4_array & dvar4_array::operator= | ( | const d4_array & | m | ) |
dvar4_array & dvar4_array::operator= | ( | const dvar4_array & | m | ) |
dvar3_array& dvar4_array::operator[] | ( | int | i | ) | [inline] |
const dvar3_array& dvar4_array::operator[] | ( | int | i | ) | const [inline] |
int dvar4_array::rowmax | ( | void | ) | [inline] |
int dvar4_array::rowmax | ( | void | ) | const [inline] |
int dvar4_array::rowmin | ( | void | ) | [inline] |
int dvar4_array::rowmin | ( | void | ) | const [inline] |
int dvar4_array::rowsize | ( | void | ) | [inline] |
int dvar4_array::rowsize | ( | void | ) | const [inline] |
void dvar4_array::shallow_copy | ( | const dvar4_array & | m2 | ) |
int dvar4_array::slicemax | ( | void | ) | [inline] |
Definition at line 5336 of file fvar.hpp.
Referenced by slicemax(), and slicesize().
int dvar4_array::slicemax | ( | void | ) | const [inline] |
int dvar4_array::slicemin | ( | void | ) | [inline] |
Definition at line 5332 of file fvar.hpp.
Referenced by colmax(), colmin(), rowmax(), rowmin(), slicemin(), and slicesize().
int dvar4_array::slicemin | ( | void | ) | const [inline] |
int dvar4_array::slicesize | ( | void | ) | [inline] |
int dvar4_array::slicesize | ( | void | ) | const [inline] |
dvar4_array dvar4_array::sub | ( | int | nrl, |
int | nrh | ||
) |
friend class four_array_shape [friend] |
Definition at line 5315 of file fvar.hpp.
Referenced by allocate().
four_array_shape* dvar4_array::shape [private] |
Definition at line 5181 of file fvar.hpp.
Referenced by allocate(), deallocate(), dvar4_array(), hslicemax(), hslicemin(), indexmax(), indexmin(), operator!(), and shallow_copy().
dvar3_array* dvar4_array::t [private] |
Definition at line 5182 of file fvar.hpp.
Referenced by allocate(), deallocate(), dvar4_array(), elem(), operator()(), operator[](), and shallow_copy().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |