Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
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. | |
d5_array (int imin, int imax) | |
Description not yet available. | |
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. | |
d5_array (const d5_array &m2) | |
Description not yet available. | |
d5_array () | |
Description not yet available. | |
~d5_array () | |
Destructor. | |
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 | deallocate (void) |
Description not yet available. | |
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 |
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 |
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) |
Description not yet available. | |
d5_array & | operator= (const d5_array &) |
Description not yet available. | |
d4_array & | operator[] (int i) |
const d4_array & | operator[] (int i) const |
void | shallow_copy (const d5_array &) |
int | size (void) |
int | size (void) const |
Private Attributes | |
vector_shape * | shape |
d4_array * | t |
d5_array::d5_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | l5, | ||
int | u5 | ||
) |
d5_array::d5_array | ( | int | hsl, |
int | hsu | ||
) |
d5_array::d5_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 | ||
) |
d5_array::d5_array | ( | const d5_array & | _m2 | ) |
Description not yet available.
Definition at line 17 of file d5arr3.cpp.
Referenced by data_5array::allocate().
void d5_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 347 of file d5arr.cpp.
Referenced by d6_array::allocate(), and operator/().
void d5_array::allocate | ( | int | hsl, |
int | hsu | ||
) |
void d5_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 d5_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file d5arr3.cpp.
Referenced by named_d5_array::allocate(), data_5array::allocate(), allocate(), and d5_array().
void d5_array::allocate | ( | const d5_array & | m1 | ) |
void d5_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 52 of file d5arr.cpp.
Referenced by ~d5_array().
d4_array& d5_array::elem | ( | int | i | ) | [inline] |
d3_array& d5_array::elem | ( | int | i, |
int | j | ||
) | [inline] |
dmatrix& d5_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
dvector& d5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
double& d5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | [inline] |
const d4_array& d5_array::elem | ( | int | i | ) | const [inline] |
const d3_array& d5_array::elem | ( | int | i, |
int | j | ||
) | const [inline] |
const dmatrix& d5_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const dvector& d5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
const double& d5_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | const [inline] |
int d5_array::indexmax | ( | void | ) | [inline] |
Definition at line 6212 of file fvar.hpp.
Referenced by allocate(), dvar5_array::allocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), dvar5_array::operator=(), operator>>(), size(), sub_unallocated(), and sum().
int d5_array::indexmax | ( | void | ) | const [inline] |
int d5_array::indexmin | ( | void | ) | [inline] |
Definition at line 6208 of file fvar.hpp.
Referenced by allocate(), dvar5_array::allocate(), deallocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), dvar5_array::operator=(), operator>>(), size(), sub_unallocated(), and sum().
int d5_array::indexmin | ( | void | ) | const [inline] |
void d5_array::initialize | ( | void | ) |
int d5_array::operator! | ( | void | ) | const [inline] |
dmatrix& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
dvector& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
double& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | [inline] |
const d4_array& d5_array::operator() | ( | int | i | ) | const [inline] |
const d3_array& d5_array::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
const dmatrix& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const dvector& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
const double& d5_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l, | ||
int | _m | ||
) | const [inline] |
void d5_array::operator/= | ( | double | d | ) |
const d4_array& d5_array::operator[] | ( | int | i | ) | const [inline] |
void d5_array::shallow_copy | ( | const d5_array & | ) |
int d5_array::size | ( | void | ) | [inline] |
Definition at line 6216 of file fvar.hpp.
Referenced by allocate().
int d5_array::size | ( | void | ) | const [inline] |
vector_shape* d5_array::shape [private] |
Definition at line 6068 of file fvar.hpp.
Referenced by allocate(), d5_array(), deallocate(), indexmax(), indexmin(), and operator!().
d4_array* d5_array::t [private] |
Definition at line 6069 of file fvar.hpp.
Referenced by allocate(), d5_array(), deallocate(), elem(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |