ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
dvar4_array (int, int) | |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More... | |
dvar4_array (int hsl, int hsu, int sl, int sh, ivector nrl, ivector nrh, ivector ncl, ivector nch) | |
Description not yet available. More... | |
dvar4_array (const d4_array &m1) | |
Description not yet available. More... | |
dvar4_array (const dvar4_array &m2) | |
Copy constructor. More... | |
dvar4_array (int, int, int, int, int, int, int, int) | |
Description not yet available. More... | |
dvar4_array (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &) | |
Description not yet available. More... | |
dvar4_array (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) | |
Description not yet available. More... | |
dvar4_array () | |
Default Constructor. More... | |
~dvar4_array () | |
Destructor. More... | |
void | allocate (int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch]. More... | |
void | allocate (int hsl, int hsu, int sl, int sh, int nrl, int nrh, const ivector &ncl, const ivector &nch) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch]. More... | |
void | allocate (int hsl, int hsu, int sl, int sh, const ivector &nrl, const ivector &nrh, const ivector &ncl, const ivector &nch) |
Allocate array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch]. More... | |
void | allocate (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &, const index_type &) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch]. More... | |
void | allocate (ad_integer, ad_integer, const index_type &, const index_type &, const index_type &, const index_type &) |
Description not yet available. More... | |
void | allocate (ad_integer, ad_integer, const index_type &, const index_type &) |
Description not yet available. More... | |
void | allocate (ad_integer, ad_integer) |
Allocate vector of empty dvar3_array with dimension [hsl to hsu]. More... | |
void | allocate (void) |
Initializes to NULL. More... | |
void | allocate (const d4_array &) |
Allocate dvar4_array with same dimensions as m1. More... | |
void | allocate (const dvar4_array &) |
Allocate dvar4_array with same dimensions as m1. More... | |
void | allocate (int hsl, int hsu, int sl, const ivector &sh, int nrl, const imatrix &nrh, int ncl, int nch) |
int | colmax (void) |
int | colmax (void) const |
int | colmin (void) |
int | colmin (void) const |
int | colsize () |
int | colsize () const |
void | deallocate (void) |
Deallocate dvar4_array memory. More... | |
dvar3_array & | elem (int i) |
dvar_matrix & | elem (int i, int j) |
dvar_vector & | elem (int i, int j, int k) |
prevariable | elem (int i, int j, int k, int l) |
const dvar3_array & | elem (int i) const |
const dvar_matrix & | elem (int i, int j) const |
const dvar_vector & | elem (int i, int j, int k) const |
const prevariable | elem (int i, int j, int k, int l) const |
unsigned int | get_ncopies () const |
int | hslicemax () const |
int | hslicemin () const |
unsigned int | hslicesize () const |
int | indexmax () const |
int | indexmin () const |
void | initialize (void) |
Description not yet available. More... | |
int | operator! (void) const |
dvar3_array & | operator() (int i) |
dvar_matrix & | operator() (int i, int j) |
dvar_vector & | operator() (int i, int j, int k) |
prevariable | operator() (int i, int j, int k, int l) |
const dvar3_array & | operator() (int i) const |
const dvar_matrix & | operator() (int i, int j) const |
const dvar_vector & | operator() (int i, int j, int k) const |
const prevariable | operator() (int i, int j, int k, int l) const |
void | operator/= (const prevariable &d) |
Description not yet available. More... | |
void | operator/= (const double &d) |
Description not yet available. More... | |
dvar4_array & | operator= (const d4_array &) |
Description not yet available. More... | |
dvar4_array & | operator= (const dvar4_array &) |
Description not yet available. More... | |
dvar3_array & | operator[] (int i) |
const dvar3_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 dvar4_array &) |
Shallow copy other data structure pointers. More... | |
int | slicemax (void) |
int | slicemax (void) const |
int | slicemin (void) |
int | slicemin (void) const |
int | slicesize () |
int | slicesize () const |
dvar4_array | sub (int, int) |
Description not yet available. More... | |
d4_array | vale (d4_array &) |
Private Attributes | |
four_array_shape * | shape |
dvar3_array * | t |
Friends | |
class | four_array_shape |
dvar4_array::dvar4_array | ( | int | nrl, |
int | nrh | ||
) |
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Construct vector of dvar4_array with dimension nrl to nrh.
nrl | lower index |
nrh | upper index |
dvar4_array::dvar4_array | ( | const d4_array & | m1 | ) |
dvar4_array::dvar4_array | ( | const dvar4_array & | m2 | ) |
dvar4_array::dvar4_array | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
dvar4_array::dvar4_array | ( | ad_integer | hsl, |
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 | ||
) |
dvar4_array::dvar4_array | ( | ) |
Default Constructor.
Definition at line 14 of file f4arr3.cpp.
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch].
hsl | lower i4_array index |
hsu | upper i4_array index |
sl | lower i3_array index |
su | upper i3_array index |
nrl | lower matrix row index |
nrh | upper matrix row index |
ncl | lower matrix column index |
nch | upper matrix column index |
Definition at line 309 of file f4arr.cpp.
Referenced by dvar5_array::allocate(), exp(), log(), mfexp(), operator/(), and sqrt().
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
int | nrl, | ||
int | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch | ||
) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch].
void dvar4_array::allocate | ( | int | hsl, |
int | hsu, | ||
int | sl, | ||
int | sh, | ||
const ivector & | nrl, | ||
const ivector & | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch | ||
) |
Allocate array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch].
void dvar4_array::allocate | ( | ad_integer | hsl, |
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 | ||
) |
Allocate variable array with dimensions [hsl to hsu] x [sl to sh] x [nrl to nrh] x [ncl to nch].
void dvar4_array::allocate | ( | ad_integer | hsl, |
ad_integer | hsu, | ||
const index_type & | sl, | ||
const index_type & | sh, | ||
const index_type & | nrl, | ||
const index_type & | nrh | ||
) |
void dvar4_array::allocate | ( | ad_integer | hsl, |
ad_integer | hsu, | ||
const index_type & | sl, | ||
const index_type & | sh | ||
) |
void dvar4_array::allocate | ( | ad_integer | hsl, |
ad_integer | hsu | ||
) |
Allocate vector of empty dvar3_array with dimension [hsl to hsu].
hsl | lower vector index |
hsu | upper vector index |
void dvar4_array::allocate | ( | void | ) |
Initializes to NULL.
Definition at line 20 of file f4arr3.cpp.
Referenced by named_dvar4_array::allocate(), deallocate(), dvar4_array(), and shallow_copy().
void dvar4_array::allocate | ( | const d4_array & | m1 | ) |
Allocate dvar4_array with same dimensions as m1.
void dvar4_array::allocate | ( | const dvar4_array & | m1 | ) |
Allocate dvar4_array with same dimensions as m1.
|
inline |
|
inline |
void dvar4_array::deallocate | ( | void | ) |
Deallocate dvar4_array memory.
Definition at line 66 of file f4arr.cpp.
Referenced by ~dvar4_array().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 5624 of file fvar.hpp.
Referenced by allocate(), dvar4_array(), hslicesize(), indexmax(), initialize(), operator<<(), operator=(), and operator>>().
|
inline |
Definition at line 5623 of file fvar.hpp.
Referenced by allocate(), colmax(), colmin(), dvar4_array(), hslicesize(), indexmin(), initialize(), operator<<(), operator=(), operator>>(), rowmax(), rowmin(), slicemax(), and slicemin().
|
inline |
Definition at line 5660 of file fvar.hpp.
Referenced by allocate().
|
inline |
Definition at line 5622 of file fvar.hpp.
Referenced by colmax(), log(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
|
inline |
Definition at line 5621 of file fvar.hpp.
Referenced by colmin(), deallocate(), log(), operator/(), operator/=(), size_count(), sub_unallocated(), and sum().
void dvar4_array::initialize | ( | void | ) |
Description not yet available.
Definition at line 586 of file f4arr.cpp.
Referenced by dvar5_array::initialize().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void dvar4_array::operator/= | ( | const prevariable & | d | ) |
void dvar4_array::operator/= | ( | const double & | d | ) |
dvar4_array & dvar4_array::operator= | ( | const d4_array & | m | ) |
Description not yet available.
Definition at line 248 of file f4arr.cpp.
Referenced by named_dvar4_array::operator=().
dvar4_array & dvar4_array::operator= | ( | const dvar4_array & | m | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void dvar4_array::shallow_copy | ( | const dvar4_array & | other | ) |
Shallow copy other data structure pointers.
other | dvar4_array |
Definition at line 28 of file f4arr.cpp.
Referenced by dvar4_array(), sub(), and dvar5_array::sub().
|
inline |
Definition at line 5575 of file fvar.hpp.
Referenced by exp(), mfexp(), slicemax(), slicesize(), and sqrt().
|
inline |
dvar4_array dvar4_array::sub | ( | int | nrl, |
int | nrh | ||
) |
|
friend |
Definition at line 5569 of file fvar.hpp.
Referenced by allocate().
|
private |
Definition at line 5435 of file fvar.hpp.
Referenced by allocate(), deallocate(), get_ncopies(), hslicemax(), hslicemin(), operator!(), and shallow_copy().
|
private |
Definition at line 5436 of file fvar.hpp.
Referenced by allocate(), deallocate(), dvar4_array(), 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 |