ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvar6_array (int hhsl, int hhsu) | |
Description not yet available. More... | |
dvar6_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) | |
Description not yet available. More... | |
dvar6_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, const index_type &l6, const index_type &u6) | |
Description not yet available. More... | |
dvar6_array (const d6_array &m2) | |
Description not yet available. More... | |
dvar6_array (const dvar6_array &m2) | |
Copy constructor. More... | |
dvar6_array () | |
Description not yet available. More... | |
~dvar6_array () | |
Destructor. More... | |
void | allocate (int hhsl, int hhsu) |
Allocate vector of dvar5_array with dimension [hsl to hsu]. 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) |
Description not yet available. 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, const index_type &l6, const index_type &u6) |
Description not yet available. More... | |
void | allocate (void) |
Description not yet available. More... | |
void | allocate (const d6_array &) |
Allocate dvar6_array using dimensions from m1. More... | |
void | allocate (const dvar6_array &) |
Allocate dvar6_array using dimensions from m1. More... | |
void | deallocate (void) |
Deallocate dvar6_array memory. More... | |
dvar5_array & | elem (int i) |
dvar4_array & | elem (int i, int j) |
dvar3_array & | elem (int i, int j, int k) |
dvar_matrix & | elem (int i, int j, int k, int l) |
dvar_vector & | elem (int i, int j, int k, int l, int _m) |
prevariable | elem (int i, int j, int k, int l, int _m, int _n) |
const dvar5_array & | elem (int i) const |
const dvar4_array & | elem (int i, int j) const |
const dvar3_array & | elem (int i, int j, int k) const |
const dvar_matrix & | elem (int i, int j, int k, int l) const |
const dvar_vector & | elem (int i, int j, int k, int l, int _m) const |
const prevariable | elem (int i, int j, int k, int l, int _m, int _n) const |
unsigned int | get_ncopies () const |
int | indexmax () const |
int | indexmin () const |
void | initialize () |
Description not yet available. More... | |
int | operator! (void) const |
dvar5_array & | operator() (int i) |
dvar4_array & | operator() (int i, int j) |
dvar3_array & | operator() (int i, int j, int k) |
dvar_matrix & | operator() (int i, int j, int k, int l) |
dvar_vector & | operator() (int i, int j, int k, int l, int _m) |
prevariable | operator() (int i, int j, int k, int l, int _m, int _n) |
const dvar5_array & | operator() (int i) const |
const dvar4_array & | operator() (int i, int j) const |
const dvar3_array & | operator() (int i, int j, int k) const |
const dvar_matrix & | operator() (int i, int j, int k, int l) const |
const dvar_vector & | operator() (int i, int j, int k, int l, int _m) const |
const prevariable | operator() (int i, int j, int k, int l, int _m, int _n) const |
void | operator/= (const prevariable &d) |
Description not yet available. More... | |
void | operator/= (const double &d) |
Description not yet available. More... | |
dvar6_array & | operator= (const d6_array &) |
Description not yet available. More... | |
dvar6_array & | operator= (const dvar6_array &m) |
Description not yet available. More... | |
dvar5_array & | operator[] (int i) |
const dvar5_array & | operator[] (int i) const |
void | shallow_copy (const dvar6_array &) |
Shallow copy other data structure pointers. More... | |
unsigned int | size () const |
Private Attributes | |
vector_shape * | shape |
dvar5_array * | t |
dvar6_array::dvar6_array | ( | int | hsl, |
int | hsu | ||
) |
dvar6_array::dvar6_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 | ||
) |
dvar6_array::dvar6_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 | ||
) |
dvar6_array::dvar6_array | ( | const d6_array & | _m2 | ) |
dvar6_array::dvar6_array | ( | const dvar6_array & | m2 | ) |
dvar6_array::dvar6_array | ( | ) |
void dvar6_array::allocate | ( | int | hsl, |
int | hsu | ||
) |
Allocate vector of dvar5_array with dimension [hsl to hsu].
hsl | lower vector index |
hsu | upper vector index |
Definition at line 507 of file f6arr.cpp.
Referenced by dvar7_array::allocate(), and operator/().
void dvar6_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | l5, | ||
int | u5, | ||
int | l6, | ||
int | u6 | ||
) |
void dvar6_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, | ||
const index_type & | l6, | ||
const index_type & | u6 | ||
) |
void dvar6_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 26 of file f6arr2.cpp.
Referenced by named_dvar6_array::allocate(), deallocate(), dvar6_array(), and shallow_copy().
void dvar6_array::allocate | ( | const d6_array & | m1 | ) |
Allocate dvar6_array using dimensions from m1.
void dvar6_array::allocate | ( | const dvar6_array & | m1 | ) |
Allocate dvar6_array using dimensions from m1.
void dvar6_array::deallocate | ( | void | ) |
Deallocate dvar6_array memory.
Definition at line 67 of file f6arr.cpp.
Referenced by ~dvar6_array().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 7032 of file fvar.hpp.
Referenced by allocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), and sum().
|
inline |
Definition at line 7028 of file fvar.hpp.
Referenced by allocate(), deallocate(), initialize(), operator/(), operator/=(), operator<<(), operator=(), operator>>(), size(), and sum().
void dvar6_array::initialize | ( | void | ) |
Description not yet available.
Definition at line 18 of file f6arr.cpp.
Referenced by dvar7_array::initialize().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void dvar6_array::operator/= | ( | const prevariable & | d | ) |
void dvar6_array::operator/= | ( | const double & | d | ) |
dvar6_array & dvar6_array::operator= | ( | const d6_array & | m | ) |
Description not yet available.
Definition at line 126 of file f6arr.cpp.
Referenced by dvar6_array(), and named_dvar6_array::operator=().
dvar6_array & dvar6_array::operator= | ( | const dvar6_array & | m | ) |
|
inline |
|
inline |
void dvar6_array::shallow_copy | ( | const dvar6_array & | other | ) |
Shallow copy other data structure pointers.
other | dvar6_array |
Definition at line 39 of file f6arr.cpp.
Referenced by dvar6_array().
|
inline |
Definition at line 7036 of file fvar.hpp.
Referenced by allocate().
|
private |
Definition at line 6863 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), indexmax(), indexmin(), operator!(), and shallow_copy().
|
private |
Definition at line 6864 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), initialize(), operator()(), operator/=(), operator=(), operator[](), and shallow_copy().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |