|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| i5_array (int hsl, int hsu) | |
| Construct vector of i4_array with dimensions [hsl to hsu]. More... | |
| i5_array (int hsl, int hsu, int sl, int sh, ivector nrl, ivector nrh, ivector ncl, ivector nch) | |
| i5_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, const i3_array &nch) | |
| i5_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, const index_type &aa, const index_type &bb) | |
| i5_array (const i5_array &m2) | |
| Copy constructor. More... | |
| i5_array (int, int, int, int, int, int, int, int) | |
| i5_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) | |
| i5_array () | |
| Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
| ~i5_array () | |
| Destructor. More... | |
| void | allocate (int hhsl, int hhsu) |
| Allocate vector of i4_array with dimensions [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) |
| Description not yet available. More... | |
| 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, const index_type &aa, const index_type &bb) |
| Description not yet available. More... | |
| void | allocate (void) |
| Does NOT allocate, but initializes i5_array members. More... | |
| void | allocate (const i5_array &) |
| int | colmax (void) |
| int | colmax (void) const |
| int | colmin (void) |
| int | colmin (void) const |
| int | colsize () |
| int | colsize () const |
| void | deallocate (void) |
| Deallocates i5_array memory if no copies exists. More... | |
| i4_array & | elem (int i) |
| const i4_array & | elem (int i) const |
| unsigned int | get_ncopies () const |
| int | hslicemax () const |
| int | hslicemin () const |
| int | hslicesize () |
| int | hslicesize () const |
| int | indexmax () const |
| int | indexmin () const |
| void | initialize () |
| Initialize i5_array elements with zeros. More... | |
| int | operator! (void) const |
| i4_array & | operator() (int) |
| i3_array & | operator() (int, int) |
| imatrix & | operator() (int, int, int) |
| ivector & | operator() (int, int, int, int) |
| int & | operator() (int, int, int, int, int) |
| const i4_array & | operator() (int) const |
| const i3_array & | operator() (int, int) const |
| const imatrix & | operator() (int, int, int) const |
| const ivector & | operator() (int, int, int, int) const |
| const int & | operator() (int, int, int, int, int) const |
| i5_array & | operator= (const i5_array &) |
| i4_array & | operator[] (int) |
| const i4_array & | operator[] (int) const |
| int | rowmax (void) |
| int | rowmax (void) const |
| int | rowmin (void) |
| int | rowmin (void) const |
| int | rowsize () |
| int | rowsize () const |
| void | shallow_copy (const i5_array &) |
| Shallow copy other data structure pointers. More... | |
| 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 |
| i4_array * | t |
Friends | |
| class | four_array_shape |
| i5_array::i5_array | ( | int | hsl, |
| int | hsu | ||
| ) |
| i5_array::i5_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| ivector | nrl, | ||
| ivector | nrh, | ||
| ivector | ncl, | ||
| ivector | nch | ||
| ) |
| i5_array::i5_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| const i3_array & | nch | ||
| ) |
| i5_array::i5_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, | ||
| const index_type & | aa, | ||
| const index_type & | bb | ||
| ) |
| i5_array::i5_array | ( | const i5_array & | m2 | ) |
| i5_array::i5_array | ( | int | , |
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | , | ||
| int | |||
| ) |
| i5_array::i5_array | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| const ivector & | sh, | ||
| int | nrl, | ||
| const imatrix & | nrh, | ||
| int | ncl, | ||
| int | nch | ||
| ) |
| i5_array::i5_array | ( | ) |
| void i5_array::allocate | ( | int | hsl, |
| int | hsu | ||
| ) |
| void i5_array::allocate | ( | int | hsl, |
| int | hsu, | ||
| int | sl, | ||
| int | sh, | ||
| int | nrl, | ||
| int | nrh, | ||
| int | ncl, | ||
| int | nch, | ||
| int | aa, | ||
| int | bb | ||
| ) |
| void i5_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 & | aa, | ||
| const index_type & | bb | ||
| ) |
| void i5_array::allocate | ( | void | ) |
Does NOT allocate, but initializes i5_array members.
Definition at line 45 of file i5arr.cpp.
Referenced by allocate(), deallocate(), i5_array(), and shallow_copy().
| void i5_array::allocate | ( | const i5_array & | ) |
|
inline |
|
inline |
| void i5_array::deallocate | ( | void | ) |
Deallocates i5_array memory if no copies exists.
Definition at line 144 of file i5arr.cpp.
Referenced by ~i5_array().
|
inline |
Definition at line 6186 of file fvar.hpp.
Referenced by hslicesize(), and indexmax().
|
inline |
Definition at line 6182 of file fvar.hpp.
Referenced by colmax(), colmin(), hslicesize(), indexmin(), rowmax(), rowmin(), slicemax(), and slicemin().
|
inline |
Definition at line 6194 of file fvar.hpp.
Referenced by allocate(), colmax(), elem(), hslicesize(), operator<<(), operator>>(), size(), and sub_unallocated().
|
inline |
Definition at line 6190 of file fvar.hpp.
Referenced by allocate(), colmin(), elem(), hslicesize(), operator<<(), operator>>(), size(), and sub_unallocated().
| void i5_array::initialize | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void i5_array::shallow_copy | ( | const i5_array & | other | ) |
Shallow copy other data structure pointers.
| other | i5_array |
Definition at line 23 of file i5arr.cpp.
Referenced by i5_array().
|
inline |
Definition at line 6136 of file fvar.hpp.
Referenced by slicemax(), and slicesize().
|
inline |
Definition at line 6132 of file fvar.hpp.
Referenced by colmax(), colmin(), rowmax(), rowmin(), slicemin(), and slicesize().
|
friend |
|
private |
Definition at line 6069 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), hslicemax(), hslicemin(), operator!(), and shallow_copy().
|
private |
Definition at line 6070 of file fvar.hpp.
Referenced by allocate(), deallocate(), elem(), operator()(), operator[](), and shallow_copy().
|
|
Generated on Wed Sep 7 2022 00:01:34 for ADMB Documentation by 1.8.5
|