|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| dvar5_array () | |
| Description not yet available. More... | |
| dvar5_array (const d5_array &darray) | |
| Description not yet available. More... | |
| dvar5_array (const dvar5_array &other) | |
| Copy constructor. More... | |
| dvar5_array (int hhsl, int hhsu) | |
| Construct vector of empty dvar4_array with dimension [hsl to hsu]. More... | |
| 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. More... | |
| 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. More... | |
| ~dvar5_array () | |
| Destructor. More... | |
| void | allocate (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| Allocate dvar5_array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch] x [l5 to u5]. More... | |
| void | allocate (int imin, int imax) |
| Allocate vector of empty dvar4_array with dimension [hsl to hsu]. More... | |
| 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) |
| Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch] x [l5 to u5]. More... | |
| void | allocate (void) |
| Description not yet available. More... | |
| void | allocate (const d5_array &) |
| Allocate dvar5_array with same dimensions as m1. More... | |
| void | allocate (const dvar5_array &) |
| Allocate dvar5_array with same dimensions as m1. More... | |
| void | deallocate (void) |
| Deallocate dvar5_array memory. More... | |
| 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 |
| 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 |
| 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. More... | |
| void | operator/= (const double &d) |
| Description not yet available. More... | |
| dvar5_array & | operator= (const d5_array &) |
| Description not yet available. More... | |
| dvar5_array & | operator= (const dvar5_array &m) |
| Description not yet available. More... | |
| dvar4_array & | operator[] (int i) |
| const dvar4_array & | operator[] (int i) const |
| void | shallow_copy (const dvar5_array &) |
| Shallow copy other data structure pointers. More... | |
| unsigned int | size () const |
| dvar5_array | sub (int hhsl, int hhsu) |
| Description not yet available. More... | |
Private Attributes | |
| vector_shape * | shape |
| dvar4_array * | t |
| dvar5_array::dvar5_array | ( | ) |
| dvar5_array::dvar5_array | ( | const d5_array & | _m2 | ) |
| dvar5_array::dvar5_array | ( | const dvar5_array & | other | ) |
| dvar5_array::dvar5_array | ( | int | hsl, |
| int | hsu | ||
| ) |
Construct vector of empty dvar4_array with dimension [hsl to hsu].
| hsl | lower vector index |
| hsu | upper vector index |
| 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 | ||
| ) |
| void dvar5_array::allocate | ( | int | hhsl, |
| int | hhsu, | ||
| int | hsl, | ||
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
Allocate dvar5_array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch] x [l5 to u5].
Definition at line 435 of file f5arr.cpp.
Referenced by dvar6_array::allocate(), exp(), log(), mfexp(), operator/(), and sqrt().
| void dvar5_array::allocate | ( | int | hsl, |
| int | hsu | ||
| ) |
Allocate vector of empty dvar4_array with dimension [hsl to hsu].
| hsl | lower vector index |
| hsu | upper vector index |
| 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 | ||
| ) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch] x [l5 to u5].
| hsl | lower dvar5_array index |
| hsu | upper dvar5_array index |
| sl | lower dvar4_array index |
| su | upper dvar4_array index |
| nrl | lower dvar3_array row index |
| nrh | upper dvar3_array row index |
| ncl | lower matrix row index |
| nch | upper matrix row index |
| l5 | lower matrix column index |
| u5 | upper matrix column index |
| void dvar5_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file f5arr3.cpp.
Referenced by named_dvar5_array::allocate(), deallocate(), dvar5_array(), and shallow_copy().
| void dvar5_array::allocate | ( | const d5_array & | m1 | ) |
Allocate dvar5_array with same dimensions as m1.
| void dvar5_array::allocate | ( | const dvar5_array & | m1 | ) |
Allocate dvar5_array with same dimensions as m1.
| void dvar5_array::deallocate | ( | void | ) |
Deallocate dvar5_array memory.
Definition at line 86 of file f5arr.cpp.
Referenced by ~dvar5_array().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 6650 of file fvar.hpp.
Referenced by allocate(), exp(), initialize(), log(), mfexp(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), sqrt(), sub_unallocated(), and sum().
|
inline |
Definition at line 6646 of file fvar.hpp.
Referenced by allocate(), deallocate(), exp(), initialize(), log(), mfexp(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), sqrt(), sub_unallocated(), and sum().
| void dvar5_array::initialize | ( | void | ) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Definition at line 12 of file f5arr.cpp.
Referenced by dvar6_array::initialize().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void dvar5_array::operator/= | ( | const prevariable & | d | ) |
| void dvar5_array::operator/= | ( | const double & | d | ) |
| dvar5_array & dvar5_array::operator= | ( | const d5_array & | m | ) |
Description not yet available.
Definition at line 146 of file f5arr.cpp.
Referenced by named_dvar5_array::operator=().
| dvar5_array & dvar5_array::operator= | ( | const dvar5_array & | m | ) |
|
inline |
|
inline |
| void dvar5_array::shallow_copy | ( | const dvar5_array & | other | ) |
Shallow copy other data structure pointers.
| other | dvar5_array |
Definition at line 59 of file f5arr.cpp.
Referenced by dvar5_array().
|
inline |
Definition at line 6654 of file fvar.hpp.
Referenced by allocate().
| dvar5_array dvar5_array::sub | ( | int | nrl, |
| int | nrh | ||
| ) |
|
private |
Definition at line 6500 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), indexmax(), indexmin(), operator!(), and shallow_copy().
|
private |
Definition at line 6501 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), initialize(), operator()(), operator=(), operator[](), shallow_copy(), and sub().
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|