|
| d3_index (d3_array &v) |
|
virtual int | indexmax (void) |
|
virtual int | indexmin (void) |
|
| d3_array (void) |
| Default constructor. More...
|
|
| d3_array (int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, int nrl, int nrh) |
|
| d3_array (int sl, int sh, const index_type &nrl, const index_type &nrh) |
|
| d3_array (int sl, int sh) |
| Construct d3_array with a vector of empty dmatrix with dimension [nrl to nrh]. More...
|
|
| d3_array (const d3_array_position &) |
| Construct d3_array with a vector of empty dmatrix using position. More...
|
|
| d3_array (int sl, int sh, int nrl, int nrh, const ivector &ncl, int nch) |
| Description not yet available. More...
|
|
| d3_array (const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, const imatrix &ncl, const imatrix &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, const imatrix &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, const imatrix &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch) |
|
| d3_array (int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch) |
| Description not yet available. More...
|
|
| d3_array (int sl, int sh, int nrl, const ivector &nrh, int ncl, int nch) |
| Description not yet available. More...
|
|
| d3_array (const d3_array &m2) |
| Copy constructor. More...
|
|
| ~d3_array () |
| Destructor. More...
|
|
void | allocate (const ad_integer &sl, const ad_integer &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch) |
| Allocate array of matrices with dimensions [sl to sh] x [nrl to nrh] x [ncl to nch]. More...
|
|
void | allocate (const dvar3_array &) |
| Allocate d3_array with same dimensions as d3v. More...
|
|
void | allocate (const d3_array &d3v) |
| Allocate d3_array with the same dimensions as other. More...
|
|
void | allocate (int sl, int sh, int nrl, int nrh, int ncl, int nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) More...
|
|
void | allocate (int sl, int sh, int nrl, int nrh) |
| Allocate vector of matrices having empty columns and with dimensions [sl to sh] x [nrl to nrh]. More...
|
|
void | allocate (int sl, int sh, const index_type &nrl, const index_type &nrh) |
| Allocate vector of matrices having empty columns and with dimensions [sl to sh] x [nrl to nrh]. More...
|
|
void | allocate (int sl, int sh) |
| Allocate vector [sl to sh] of empty matrices. More...
|
|
void | allocate (int sl, int sh, int nrl, int nrh, const ivector &ncl, int nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where ncl is a vector of indexes. More...
|
|
void | allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, const imatrix &ncl, const imatrix &nch) |
|
void | allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, const imatrix &nch) |
| Allocate d3_array with dimensions [sl to sh] x [nrl to nrh] x [ncl to nch]. More...
|
|
void | allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, const imatrix &nch) |
| Description not yet available. More...
|
|
void | allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, int ncl, int nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
|
|
void | allocate (int sl, int sh, const ivector &nrl, int nrh, int ncl, int nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
|
|
void | allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, int nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
|
|
void | allocate (int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
|
|
void | allocate (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes. More...
|
|
void | allocate (int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh and nrl are vectors of indexes with dimensions [sl to sh]. More...
|
|
void | allocate (int sl, int sh, int nrl, int nrh, int ncl, const ivector &nch) |
| Allocate vector of matrices with dimensions [sl to sh] x ([nrl to nrh] x [ncl to nch]) where nrh is a vector of indexes. More...
|
|
void | allocate (void) |
| Does NOT allocate, but initializes empty d3_array. More...
|
|
dmatrix * | begin () const |
|
int | colmax (void) const |
|
int | colmin (void) const |
|
int | colsize (void) const |
|
void | deallocate (void) |
| Deallocates d3_array memory. More...
|
|
dmatrix & | elem (int k) |
|
const dmatrix & | elem (int k) const |
|
dmatrix * | end () const |
|
void | fill_randcau (const random_number_generator &rng) |
| Description not yet available. More...
|
|
void | fill_randn (const random_number_generator &rng) |
| Description not yet available. More...
|
|
void | fill_randn (long int &n) |
| Fill multi array with random numbers. More...
|
|
void | fill_randn_ni (long int &n) |
| Description not yet available. More...
|
|
void | fill_randu (const random_number_generator &rng) |
| Description not yet available. More...
|
|
void | fill_randu (long int &n) |
| Fill multi array with random numbers. More...
|
|
void | fill_randu_ni (long int &n) |
| Description not yet available. More...
|
|
double | fill_seqadd (double, double) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
unsigned int | get_ncopies () const |
|
int | indexmax () const |
|
int | indexmin () const |
|
void | initialize (int sl, int sh, int nrl, const ivector &nrh, int ncl, const ivector &nch) |
|
void | initialize (void) |
| Initializes all elements of d3_array to zero. More...
|
|
int | operator! (void) const |
|
double & | operator() (int k, int i, int j) |
|
dvector & | operator() (int k, int i) |
|
dmatrix & | operator() (int i) |
|
const double & | operator() (int k, int i, int j) const |
|
const dvector & | operator() (int k, int i) const |
|
const dmatrix & | operator() (int i) const |
|
void | operator/= (double d) |
| Divide each element of d3_array by d. More...
|
|
d3_array & | operator= (const d3_array &m1) |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
|
|
d3_array & | operator= (double x) |
| Assign elements of d3_array to value. More...
|
|
dmatrix & | operator[] (int i) |
|
const dmatrix & | operator[] (int i) const |
|
int | rowmax (void) const |
|
int | rowmin (void) const |
|
int | rowsize (void) const |
|
void | save_d3_array_position () const |
| Description not yet available. More...
|
|
void | save_d3_array_value () const |
| Description not yet available. More...
|
|
void | shallow_copy (const d3_array &) |
| Shallow copy other data structure pointers. More...
|
|
int | slicemax () const |
|
int | slicemin () const |
|
unsigned int | slicesize () const |
|
d3_array | sub (int, int) |
| Description not yet available. More...
|
|
| double_index_guts () |
| Description not yet available. More...
|
|
| double_index_guts (const double_index_guts &ig) |
| Description not yet available. More...
|
|
virtual | ~double_index_guts () |
| Description not yet available. More...
|
|
virtual int | isdouble (void) const |
|
virtual | operator double () |
|