|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| d7_array (int l7, int u7, int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6) | |
| Description not yet available. More... | |
| d7_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... | |
| d7_array () | |
| Description not yet available. More... | |
| d7_array (const d7_array &) | |
| Copy constructor (shallow) More... | |
| ~d7_array () | |
| Destructor. More... | |
| void | allocate (int l7, int u7) |
| Allocate a vector of empty d6_arrays. More... | |
| void | allocate (int l7, int u7, int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6) |
| Allocate a d7_array with indices. 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) |
| Description not yet available. More... | |
| void | allocate (void) |
| Description not yet available. More... | |
| void | allocate (const d7_array &) |
| Allocate d7_array using the same dimensions as other. More... | |
| void | deallocate (void) |
| Deallocate d7_array memory. More... | |
| d6_array & | elem (int i) |
| d5_array & | elem (int i, int j) |
| d4_array & | elem (int i, int j, int k) |
| d3_array & | elem (int i, int j, int k, int l) |
| dmatrix & | elem (int i, int j, int k, int l, int _m) |
| dvector & | elem (int i, int j, int k, int l, int _m, int _n) |
| double & | elem (int i, int j, int k, int l, int _m, int _n, int _p) |
| const d6_array & | elem (int i) const |
| const d5_array & | elem (int i, int j) const |
| const d4_array & | elem (int i, int j, int k) const |
| const d3_array & | elem (int i, int j, int k, int l) const |
| const dmatrix & | elem (int i, int j, int k, int l, int _m) const |
| const dvector & | elem (int i, int j, int k, int l, int _m, int _n) const |
| const double & | 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 () |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
| int | operator! (void) const |
| d6_array & | operator() (int i) |
| d5_array & | operator() (int i, int j) |
| d4_array & | operator() (int i, int j, int k) |
| d3_array & | operator() (int i, int j, int k, int l) |
| dmatrix & | operator() (int i, int j, int k, int l, int _m) |
| dvector & | operator() (int i, int j, int k, int l, int _m, int _n) |
| double & | operator() (int i, int j, int k, int l, int _m, int _n, int _p) |
| const d6_array & | operator() (int i) const |
| const d5_array & | operator() (int i, int j) const |
| const d4_array & | operator() (int i, int j, int k) const |
| const d3_array & | operator() (int i, int j, int k, int l) const |
| const dmatrix & | operator() (int i, int j, int k, int l, int _m) const |
| const dvector & | operator() (int i, int j, int k, int l, int _m, int _n) const |
| const double & | operator() (int i, int j, int k, int l, int _m, int _n, int _p) const |
| void | operator/= (double d) |
| Divide all elements of d7_array by divisor. More... | |
| d7_array & | operator= (const d7_array &) |
| Assign element values from other to d7_array. More... | |
| d6_array & | operator[] (int i) |
| const d6_array & | operator[] (int i) const |
| void | shallow_copy (const d7_array &) |
| Shallow copy other data structure pointers. More... | |
| unsigned int | size () const |
Private Attributes | |
| vector_shape * | shape |
| d6_array * | t |
| d7_array::d7_array | ( | int | l7, |
| int | u7, | ||
| int | hsl, | ||
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch, | ||
| int | l5, | ||
| int | u5, | ||
| int | l6, | ||
| int | u6 | ||
| ) |
| d7_array::d7_array | ( | const ad_integer & | l7, |
| const ad_integer & | 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 & | l5, | ||
| const index_type & | u5, | ||
| const index_type & | l6, | ||
| const index_type & | u6 | ||
| ) |
| d7_array::d7_array | ( | ) |
Description not yet available.
Definition at line 18 of file d7arr2.cpp.
Referenced by data_7array::allocate().
| d7_array::d7_array | ( | const d7_array & | other | ) |
| void d7_array::allocate | ( | int | l7, |
| int | u7 | ||
| ) |
Allocate a vector of empty d6_arrays.
Note: l7 should be greater or equal to u7.
| l7 | lower index |
| u7 | upper index |
Definition at line 161 of file d7arr.cpp.
Referenced by operator/().
| void d7_array::allocate | ( | int | l7, |
| int | u7, | ||
| int | hhsl, | ||
| int | hhsu, | ||
| int | hsl, | ||
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch, | ||
| int | l6, | ||
| int | u6 | ||
| ) |
| void d7_array::allocate | ( | const ad_integer & | l7, |
| const ad_integer & | 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 & | l5, | ||
| const index_type & | u5, | ||
| const index_type & | l6, | ||
| const index_type & | u6 | ||
| ) |
| void d7_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 27 of file d7arr2.cpp.
Referenced by named_d7_array::allocate(), data_7array::allocate(), allocate(), d7_array(), deallocate(), and shallow_copy().
| void d7_array::allocate | ( | const d7_array & | other | ) |
| void d7_array::deallocate | ( | void | ) |
|
inline |
Definition at line 7231 of file fvar.hpp.
Referenced by allocate(), elem(), initialize(), operator()(), operator/=(), operator=(), operator[](), and sum().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 7218 of file fvar.hpp.
Referenced by allocate(), dvar7_array::allocate(), elem(), initialize(), operator/(), operator/=(), operator=(), dvar7_array::operator=(), operator>>(), size(), and sum().
|
inline |
Definition at line 7214 of file fvar.hpp.
Referenced by allocate(), dvar7_array::allocate(), deallocate(), elem(), initialize(), operator/(), operator/=(), operator=(), dvar7_array::operator=(), operator>>(), size(), and sum().
| void d7_array::initialize | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void d7_array::operator/= | ( | double | d | ) |
Divide all elements of d7_array by divisor.
| divisor | double |
Definition at line 27 of file d7arr1.cpp.
Assign element values from other to d7_array.
Definition at line 90 of file d7arr.cpp.
Referenced by named_d7_array::operator=().
|
inline |
| void d7_array::shallow_copy | ( | const d7_array & | other | ) |
Shallow copy other data structure pointers.
| other | d7_array |
Definition at line 42 of file d7arr.cpp.
Referenced by d7_array().
|
inline |
Definition at line 7222 of file fvar.hpp.
Referenced by allocate(), and initialize().
|
private |
Definition at line 7056 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), indexmax(), indexmin(), operator!(), and shallow_copy().
|
private |
Definition at line 7057 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), and shallow_copy().
|
|
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5
|