Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
i4_array (int hsl, int hsu, int sl, int sh, ivector nrl, ivector nrh, ivector ncl, ivector nch) | |
i4_array (int hsl, int hsu) | |
Description not yet available. | |
i4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, const i3_array &nch) | |
Description not yet available. | |
i4_array (const ad_integer &hsl, const ad_integer &hsh, const index_type &sl, const index_type &sh, const index_type &nrl, const index_type &nrh, const index_type &ncl, const index_type &nch) | |
i4_array (const i4_array &m2) | |
Description not yet available. | |
i4_array (int, int, int, int, int, int, int, int) | |
i4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) | |
i4_array () | |
Description not yet available. | |
~i4_array () | |
Description not yet available. | |
void | allocate (int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
Description not yet available. | |
void | 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) |
Description not yet available. | |
void | allocate (void) |
Description not yet available. | |
void | allocate (const i4_array &) |
void | allocate (const dvar4_array &) |
void | allocate (int hsl, int hsu) |
Description not yet available. | |
int | colmax (void) |
int | colmax (void) const |
int | colmin (void) |
int | colmin (void) const |
int | colsize () |
int | colsize () const |
void | deallocate (void) |
Description not yet available. | |
i3_array & | elem (int i) |
imatrix & | elem (int i, int j) |
ivector & | elem (int i, int j, int k) |
int & | elem (int i, int j, int k, int l) |
int | hslicemax (void) |
int | hslicemax (void) const |
int | hslicemin (void) |
int | hslicemin (void) const |
int | hslicesize () |
int | hslicesize () const |
int | indexmax (void) |
int | indexmax (void) const |
int | indexmin (void) |
int | indexmin (void) const |
void | initialize (void) |
Description not yet available. | |
int | operator! (void) const |
i3_array & | operator() (int i) |
imatrix & | operator() (int i, int j) |
ivector & | operator() (int i, int j, int k) |
int & | operator() (int i, int j, int k, int l) |
const i3_array & | operator() (int i) const |
const imatrix & | operator() (int i, int j) const |
const ivector & | operator() (int i, int j, int k) const |
const int & | operator() (int i, int j, int k, int l) const |
i4_array & | operator= (const i4_array &) |
i3_array & | operator[] (int i) |
const i3_array & | operator[] (int i) const |
int | rowmax (void) |
int | rowmax (void) const |
int | rowmin (void) |
int | rowmin (void) const |
int | rowsize () |
int | rowsize () const |
void | shallow_copy (const i4_array &) |
int | size () |
int | size () const |
int | slicemax (void) |
int | slicemax (void) const |
int | slicemin (void) |
int | slicemin (void) const |
int | slicesize () |
int | slicesize () const |
Private Attributes | |
vector_shapex * | shape |
i3_array * | t |
Friends | |
class | four_array_shape |
i4_array::i4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
ivector | nrl, | ||
ivector | nrh, | ||
ivector | ncl, | ||
ivector | nch | ||
) |
i4_array::i4_array | ( | int | hsl, |
int | hsu | ||
) |
i4_array::i4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
const ivector & | sh, | ||
int | nrl, | ||
const imatrix & | nrh, | ||
int | ncl, | ||
const i3_array & | nch | ||
) |
i4_array::i4_array | ( | const ad_integer & | hsl, |
const ad_integer & | hsh, | ||
const index_type & | sl, | ||
const index_type & | sh, | ||
const index_type & | nrl, | ||
const index_type & | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch | ||
) |
i4_array::i4_array | ( | const i4_array & | m2 | ) |
i4_array::i4_array | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
int | |||
) |
i4_array::i4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
const ivector & | sh, | ||
int | nrl, | ||
const imatrix & | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
i4_array::i4_array | ( | void | ) |
Description not yet available.
Definition at line 45 of file i4arr.cpp.
Referenced by data_4iarray::allocate().
void i4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
void i4_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 | ||
) |
void i4_array::allocate | ( | void | ) |
Description not yet available.
Definition at line 18 of file i4arr.cpp.
Referenced by named_i4_array::allocate(), data_4iarray::allocate(), allocate(), and i4_array().
void i4_array::allocate | ( | const i4_array & | ) |
void i4_array::allocate | ( | const dvar4_array & | ) |
void i4_array::allocate | ( | int | hsl, |
int | hsu | ||
) |
int i4_array::colmax | ( | void | ) | [inline] |
int i4_array::colmax | ( | void | ) | const [inline] |
int i4_array::colmin | ( | void | ) | [inline] |
int i4_array::colmin | ( | void | ) | const [inline] |
int i4_array::colsize | ( | void | ) | [inline] |
int i4_array::colsize | ( | void | ) | const [inline] |
void i4_array::deallocate | ( | void | ) |
Description not yet available.
Definition at line 201 of file i4arr.cpp.
Referenced by ~i4_array().
i3_array& i4_array::elem | ( | int | i | ) | [inline] |
imatrix& i4_array::elem | ( | int | i, |
int | j | ||
) | [inline] |
ivector& i4_array::elem | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
int& i4_array::elem | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
int i4_array::hslicemax | ( | void | ) | [inline] |
Definition at line 5666 of file fvar.hpp.
Referenced by hslicesize().
int i4_array::hslicemax | ( | void | ) | const [inline] |
int i4_array::hslicemin | ( | void | ) | [inline] |
Definition at line 5658 of file fvar.hpp.
Referenced by colmax(), colmin(), hslicesize(), rowmax(), rowmin(), slicemax(), and slicemin().
int i4_array::hslicemin | ( | void | ) | const [inline] |
int i4_array::hslicesize | ( | ) | [inline] |
int i4_array::hslicesize | ( | ) | const [inline] |
int i4_array::indexmax | ( | void | ) | [inline] |
Reimplemented in i4_index.
Definition at line 5670 of file fvar.hpp.
Referenced by colmax(), hslicesize(), initialize(), operator<<(), named_i4_array::operator=(), operator>>(), size(), and sub_unallocated().
int i4_array::indexmax | ( | void | ) | const [inline] |
int i4_array::indexmin | ( | void | ) | [inline] |
Reimplemented in i4_index.
Definition at line 5662 of file fvar.hpp.
Referenced by allocate(), colmin(), hslicesize(), initialize(), operator<<(), named_i4_array::operator=(), operator>>(), size(), and sub_unallocated().
int i4_array::indexmin | ( | void | ) | const [inline] |
void i4_array::initialize | ( | void | ) |
Description not yet available.
Definition at line 28 of file i4arr.cpp.
Referenced by nested_calls_shape::initialize().
int i4_array::operator! | ( | void | ) | const [inline] |
i3_array& i4_array::operator() | ( | int | i | ) | [inline] |
Definition at line 5603 of file fvar.hpp.
Referenced by named_i4_array::operator=().
ivector& i4_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
int& i4_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | [inline] |
const i3_array& i4_array::operator() | ( | int | i | ) | const [inline] |
const imatrix& i4_array::operator() | ( | int | i, |
int | j | ||
) | const [inline] |
const ivector& i4_array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | const [inline] |
const int& i4_array::operator() | ( | int | i, |
int | j, | ||
int | k, | ||
int | l | ||
) | const [inline] |
Reimplemented in named_i4_array.
i3_array& i4_array::operator[] | ( | int | i | ) | [inline] |
const i3_array& i4_array::operator[] | ( | int | i | ) | const [inline] |
int i4_array::rowmax | ( | void | ) | [inline] |
int i4_array::rowmax | ( | void | ) | const [inline] |
int i4_array::rowmin | ( | void | ) | [inline] |
int i4_array::rowmin | ( | void | ) | const [inline] |
int i4_array::rowsize | ( | void | ) | [inline] |
int i4_array::rowsize | ( | void | ) | const [inline] |
void i4_array::shallow_copy | ( | const i4_array & | ) |
int i4_array::size | ( | void | ) | [inline] |
int i4_array::size | ( | void | ) | const [inline] |
int i4_array::slicemax | ( | void | ) | [inline] |
Definition at line 5678 of file fvar.hpp.
Referenced by i4_index::indexmax(), operator<<(), slicemax(), and slicesize().
int i4_array::slicemax | ( | void | ) | const [inline] |
int i4_array::slicemin | ( | void | ) | [inline] |
Definition at line 5674 of file fvar.hpp.
Referenced by colmax(), colmin(), i4_index::indexmin(), rowmax(), rowmin(), slicemin(), and slicesize().
int i4_array::slicemin | ( | void | ) | const [inline] |
int i4_array::slicesize | ( | void | ) | [inline] |
int i4_array::slicesize | ( | void | ) | const [inline] |
friend class four_array_shape [friend] |
vector_shapex* i4_array::shape [private] |
Definition at line 5544 of file fvar.hpp.
Referenced by allocate(), deallocate(), hslicemax(), hslicemin(), i4_array(), indexmax(), indexmin(), and operator!().
i3_array* i4_array::t [private] |
Definition at line 5545 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), i4_array(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |