Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvar5_array (int hhsl, int hhsu) | |
Description not yet available. | |
dvar5_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. | |
dvar5_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. | |
dvar5_array (const d5_array &m2) | |
Description not yet available. | |
dvar5_array (const dvar5_array &m2) | |
Description not yet available. | |
dvar5_array () | |
Description not yet available. | |
~dvar5_array () | |
Description not yet available. | |
void | allocate (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
Description not yet available. | |
void | allocate (int imin, int imax) |
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) |
Description not yet available. | |
void | allocate (void) |
Description not yet available. | |
void | allocate (const d5_array &) |
Description not yet available. | |
void | allocate (const dvar5_array &) |
Description not yet available. | |
void | deallocate (void) |
Description not yet available. | |
dvar4_array & | elem (int i) |
dvar3_array & | elem (int i, int j) |
dvar_matrix & | elem (int i, int j, int k) |
dvar_vector & | elem (int i, int j, int k, int l) |
prevariable | elem (int i, int j, int k, int l, int _m) |
const dvar4_array & | elem (int i) const |
const dvar3_array & | elem (int i, int j) const |
const dvar_matrix & | elem (int i, int j, int k) const |
const dvar_vector & | elem (int i, int j, int k, int l) const |
const prevariable | elem (int i, int j, int k, int l, int _m) 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 |
dvar4_array & | operator() (int i) |
dvar3_array & | operator() (int i, int j) |
dvar_matrix & | operator() (int i, int j, int k) |
dvar_vector & | operator() (int i, int j, int k, int l) |
prevariable | operator() (int i, int j, int k, int l, int _m) |
const dvar4_array & | operator() (int i) const |
const dvar3_array & | operator() (int i, int j) const |
const dvar_matrix & | operator() (int i, int j, int k) const |
const dvar_vector & | operator() (int i, int j, int k, int l) const |
const prevariable | operator() (int i, int j, int k, int l, int _m) const |
void | operator/= (const prevariable &d) |
Description not yet available. | |
void | operator/= (const double &d) |
Description not yet available. | |
dvar5_array & | operator= (const d5_array &) |
Description not yet available. | |
dvar5_array & | operator= (const dvar5_array &m) |
Description not yet available. | |
dvar4_array & | operator[] (int i) |
const dvar4_array & | operator[] (int i) const |
void | shallow_copy (const dvar5_array &) |
int | size (void) |
int | size (void) const |
dvar5_array | sub (int hhsl, int hhsu) |
Description not yet available. | |
Private Attributes | |
vector_shape * | shape |
dvar4_array * | t |
dvar5_array::dvar5_array | ( | int | hsl, |
int | hsu | ||
) |
dvar5_array::dvar5_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | l5, | ||
int | u5 | ||
) |
dvar5_array::dvar5_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 | ||
) |
dvar5_array::dvar5_array | ( | const d5_array & | _m2 | ) |
dvar5_array::dvar5_array | ( | const dvar5_array & | _m2 | ) |
void dvar5_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | l5, | ||
int | u5 | ||
) |
Description not yet available.
Definition at line 414 of file f5arr.cpp.
Referenced by dvar6_array::allocate(), exp(), log(), mfexp(), operator/(), and sqrt().
void dvar5_array::allocate | ( | int | hsl, |
int | hsu | ||
) |
void dvar5_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 | ||
) |
void dvar5_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file f5arr3.cpp.
Referenced by named_dvar5_array::allocate(), allocate(), and dvar5_array().
void dvar5_array::allocate | ( | const d5_array & | m1 | ) |
void dvar5_array::allocate | ( | const dvar5_array & | m1 | ) |
void dvar5_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 84 of file f5arr.cpp.
Referenced by ~dvar5_array().
dvar4_array& dvar5_array::elem | ( | int | i | ) | [inline] |
dvar3_array& dvar5_array::elem | ( | int | i, |
int | j | ||
) | [inline] |
dvar_matrix& dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
dvar_vector& dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
prevariable dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | [inline] |
const dvar4_array& dvar5_array::elem | ( | int | i | ) | const [inline] |
const dvar3_array& dvar5_array::elem | ( | int | i, |
int | j | ||
) | const [inline] |
const dvar_matrix& dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const dvar_vector& dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
const prevariable dvar5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | const [inline] |
int dvar5_array::indexmax | ( | void | ) | [inline] |
Definition at line 6393 of file fvar.hpp.
Referenced by allocate(), exp(), initialize(), log(), mfexp(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), sqrt(), sub_unallocated(), and sum().
int dvar5_array::indexmax | ( | void | ) | const [inline] |
int dvar5_array::indexmin | ( | void | ) | [inline] |
Definition at line 6389 of file fvar.hpp.
Referenced by allocate(), deallocate(), exp(), initialize(), log(), mfexp(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), sqrt(), sub_unallocated(), and sum().
int dvar5_array::indexmin | ( | void | ) | const [inline] |
void dvar5_array::initialize | ( | void | ) |
int dvar5_array::operator! | ( | void | ) | const [inline] |
dvar4_array& dvar5_array::operator() | ( | int | i | ) | [inline] |
dvar3_array& dvar5_array::operator() | ( | int | i, |
int | j | ||
) | [inline] |
dvar_matrix& dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
dvar_vector& dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
prevariable dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | [inline] |
const dvar4_array& dvar5_array::operator() | ( | int | i | ) | const [inline] |
const dvar3_array& dvar5_array::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
const dvar_matrix& dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const dvar_vector& dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
const prevariable dvar5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | const [inline] |
void dvar5_array::operator/= | ( | const prevariable & | d | ) |
void dvar5_array::operator/= | ( | const double & | d | ) |
dvar5_array & dvar5_array::operator= | ( | const d5_array & | m | ) |
dvar5_array & dvar5_array::operator= | ( | const dvar5_array & | m | ) |
dvar4_array& dvar5_array::operator[] | ( | int | i | ) | [inline] |
const dvar4_array& dvar5_array::operator[] | ( | int | i | ) | const [inline] |
void dvar5_array::shallow_copy | ( | const dvar5_array & | ) |
Referenced by sub().
int dvar5_array::size | ( | void | ) | [inline] |
Definition at line 6397 of file fvar.hpp.
Referenced by allocate().
int dvar5_array::size | ( | void | ) | const [inline] |
dvar5_array dvar5_array::sub | ( | int | nrl, |
int | nrh | ||
) |
vector_shape* dvar5_array::shape [private] |
Definition at line 6244 of file fvar.hpp.
Referenced by allocate(), deallocate(), dvar5_array(), indexmax(), indexmin(), and operator!().
dvar4_array* dvar5_array::t [private] |
Definition at line 6245 of file fvar.hpp.
Referenced by allocate(), deallocate(), dvar5_array(), elem(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |