|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| dvar7_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, int l7, int u7) | |
| Description not yet available. More... | |
| dvar7_array (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &l7, const index_type &u7, 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. More... | |
| dvar7_array (d7_array &m2) | |
| Destructor. More... | |
| dvar7_array (dvar7_array &m2) | |
| Copy constructor. More... | |
| dvar7_array () | |
| Description not yet available. More... | |
| ~dvar7_array () | |
| Description not yet available. More... | |
| void | allocate (int hhsl, int hhsu) |
| Allocate a vector of d6_array types with dimension [l7, u7]. More... | |
| 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, int l7, int u7) |
| Allocate dvar7_array with specified dimensions. More... | |
| void | allocate (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &l7, const index_type &u7, 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) |
| Allocate dvar7_array with specified dimensions. More... | |
| void | allocate (void) |
| Description not yet available. More... | |
| void | allocate (const d7_array &) |
| Allocate d7_array using dimensions from m1. More... | |
| void | allocate (const dvar7_array &) |
| Allocate dvar7_array using dimensions from m1. More... | |
| void | deallocate (void) |
| Deallocate dvar7_array memory. More... | |
| dvar6_array & | elem (int i) |
| dvar5_array & | elem (int i, int j) |
| dvar4_array & | elem (int i, int j, int k) |
| dvar3_array & | elem (int i, int j, int k, int l) |
| dvar_matrix & | elem (int i, int j, int k, int l, int _m) |
| dvar_vector & | elem (int i, int j, int k, int l, int _m, int _n) |
| prevariable | elem (int i, int j, int k, int l, int _m, int _n, int _p) |
| const dvar6_array & | elem (int i) const |
| const dvar5_array & | elem (int i, int j) const |
| const dvar4_array & | elem (int i, int j, int k) const |
| const dvar3_array & | elem (int i, int j, int k, int l) const |
| const dvar_matrix & | elem (int i, int j, int k, int l, int _m) const |
| const dvar_vector & | elem (int i, int j, int k, int l, int _m, int _n) const |
| const prevariable | elem (int i, int j, int k, int l, int _m, int _n, int _p) const |
| unsigned int | get_ncopies () const |
| int | indexmax () const |
| int | indexmin () const |
| void | initialize () |
| Description not yet available. More... | |
| int | operator! (void) const |
| dvar6_array & | operator() (int i) |
| dvar5_array & | operator() (int i, int j) |
| dvar4_array & | operator() (int i, int j, int k) |
| dvar3_array & | operator() (int i, int j, int k, int l) |
| dvar_matrix & | operator() (int i, int j, int k, int l, int _m) |
| dvar_vector & | operator() (int i, int j, int k, int l, int _m, int _n) |
| prevariable | operator() (int i, int j, int k, int l, int _m, int _n, int _p) |
| const dvar6_array & | operator() (int i) const |
| const dvar5_array & | operator() (int i, int j) const |
| const dvar4_array & | operator() (int i, int j, int k) const |
| const dvar3_array & | operator() (int i, int j, int k, int l) const |
| const dvar_matrix & | operator() (int i, int j, int k, int l, int _m) const |
| const dvar_vector & | operator() (int i, int j, int k, int l, int _m, int _n) const |
| const prevariable | operator() (int i, int j, int k, int l, int _m, int _n, int _p) const |
| void | operator/= (const prevariable &d) |
| Description not yet available. More... | |
| void | operator/= (const double &d) |
| Description not yet available. More... | |
| dvar7_array & | operator= (const d7_array &) |
| Description not yet available. More... | |
| dvar7_array & | operator= (const dvar7_array &m) |
| Description not yet available. More... | |
| dvar6_array & | operator[] (int i) |
| const dvar6_array & | operator[] (int i) const |
| void | shallow_copy (const dvar7_array &) |
| Shallow copy other data structure pointers. More... | |
| unsigned int | size () const |
Private Attributes | |
| vector_shape * | shape |
| dvar6_array * | t |
| dvar7_array::dvar7_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, | ||
| int | l7, | ||
| int | u7 | ||
| ) |
| dvar7_array::dvar7_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, | ||
| const index_type & | l7, | ||
| const index_type & | u7 | ||
| ) |
| dvar7_array::dvar7_array | ( | d7_array & | m2 | ) |
| dvar7_array::dvar7_array | ( | dvar7_array & | m2 | ) |
| dvar7_array::dvar7_array | ( | ) |
| dvar7_array::~dvar7_array | ( | ) |
| void dvar7_array::allocate | ( | int | l7, |
| int | u7 | ||
| ) |
Allocate a vector of d6_array types with dimension [l7, u7].
| l7 | lower index |
| u7 | upper index |
Definition at line 36 of file f7arr.cpp.
Referenced by operator/().
| void dvar7_array::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, | ||
| int | l7, | ||
| int | u7 | ||
| ) |
Allocate dvar7_array with specified dimensions.
| void dvar7_array::allocate | ( | const ad_integer & | hhsl, |
| const ad_integer & | hhsu, | ||
| const index_type & | l7, | ||
| const index_type & | u7, | ||
| 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 | ||
| ) |
Allocate dvar7_array with specified dimensions.
| void dvar7_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file f7arr2.cpp.
Referenced by named_dvar7_array::allocate(), deallocate(), dvar7_array(), and shallow_copy().
| void dvar7_array::allocate | ( | const d7_array & | m1 | ) |
| void dvar7_array::allocate | ( | const dvar7_array & | m1 | ) |
Allocate dvar7_array using dimensions from m1.
| m1 | allocated dvar7_array |
| void dvar7_array::deallocate | ( | void | ) |
Deallocate dvar7_array memory.
Definition at line 96 of file f7arr.cpp.
Referenced by ~dvar7_array().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 7455 of file fvar.hpp.
Referenced by allocate(), initialize(), operator/(), operator/=(), operator=(), size(), and sum().
|
inline |
Definition at line 7451 of file fvar.hpp.
Referenced by allocate(), deallocate(), initialize(), operator/(), operator/=(), operator=(), size(), and sum().
| void dvar7_array::initialize | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void dvar7_array::operator/= | ( | const prevariable & | d | ) |
| void dvar7_array::operator/= | ( | const double & | d | ) |
| dvar7_array & dvar7_array::operator= | ( | const d7_array & | m | ) |
Description not yet available.
Definition at line 161 of file f7arr.cpp.
Referenced by named_dvar7_array::operator=().
| dvar7_array & dvar7_array::operator= | ( | const dvar7_array & | m | ) |
|
inline |
|
inline |
| void dvar7_array::shallow_copy | ( | const dvar7_array & | other | ) |
Shallow copy other data structure pointers.
| other | dvar7_array |
Definition at line 68 of file f7arr.cpp.
Referenced by dvar7_array().
|
inline |
Definition at line 7459 of file fvar.hpp.
Referenced by allocate().
|
private |
Definition at line 7264 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), indexmax(), indexmin(), operator!(), and shallow_copy().
|
private |
Definition at line 7265 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), initialize(), operator()(), operator=(), operator[](), and shallow_copy().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|