ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Public Member Functions | |
df1b23array (int nrl, int nrh, int ncl, int nch, int, int) | |
Description not yet available. More... | |
df1b23array (int nrl, int nrh) | |
Description not yet available. More... | |
df1b23array (int nrl, int nrh, int, int) | |
Description not yet available. More... | |
df1b23array (const df1b23array &) | |
Copy constructor. More... | |
df1b23array (void) | |
Description not yet available. More... | |
~df1b23array () | |
Destructor. More... | |
void | allocate (int nrl, int nrh, int ncl, int nch, int, int) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, int, int) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh) |
Allocate vector of df1b2matrix with dimension [nrl to nrh]. More... | |
void | allocate (int nrl, int nrh, int ncl, int nch, int, int, const char *) |
Description not yet available. More... | |
void | allocate (const int nrl, const int nrh, const ivector &ncl, const ivector &nch, const int nxl, const int nxh, const char *) |
Allocate 3array with specified indexes. More... | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch, const index_type &nxl, const index_type &nxh) |
Description not yet available. More... | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch, const index_type &nxl, const index_type &nxh, const char *) |
Description not yet available. More... | |
void | allocate (void) |
Does not allocate, but initialize member variables. More... | |
int | allocated (void) |
void | deallocate (void) |
Deallocates class memory memory. More... | |
int | indexmax (void) |
int | indexmin (void) |
void | initialize (void) |
Description not yet available. More... | |
df1b2variable & | operator() (int i, int j, int k) |
df1b2vector & | operator() (int i, int j) |
df1b2matrix & | operator() (int i) |
df1b23array & | operator+= (const df1b23array &M) |
df1b23array & | operator-= (const df1b23array &M) |
df1b23array & | operator= (const df1b23array &) |
df1b23array & | operator= (const df1b2variable &) |
df1b23array & | operator= (double) |
df1b2matrix & | operator[] (int i) |
unsigned int | size () const |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df1b2matrix * | v |
df1b23array::~df1b23array | ( | ) |
Destructor.
Definition at line 279 of file f1b23d1.cpp.
df1b23array::df1b23array | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | nxl, | ||
int | nxh | ||
) |
df1b23array::df1b23array | ( | int | nrl, |
int | nrh | ||
) |
df1b23array::df1b23array | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
df1b23array::df1b23array | ( | const df1b23array & | x | ) |
Copy constructor.
Definition at line 247 of file f1b23d1.cpp.
df1b23array::df1b23array | ( | void | ) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | nxl, | ||
int | nxh | ||
) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch | ||
) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh | ||
) |
Allocate vector of df1b2matrix with dimension [nrl to nrh].
nrl | lower vector index |
nrl | upper vector index |
Definition at line 261 of file f1b23d1.cpp.
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | nxl, | ||
int | nxh, | ||
const char * | s | ||
) |
void df1b23array::allocate | ( | const int | nrl, |
const int | nrh, | ||
const ivector & | ncl, | ||
const ivector & | nch, | ||
const int | nxl, | ||
const int | nxh, | ||
const char * | s | ||
) |
Allocate 3array with specified indexes.
nrl | 3array lower row index |
nrh | 3array upper row index |
ncl | vector of lower row indexes for each row element in 3array |
nch | vector of upper row indexes for each row element in 3array |
nxl | lower row index for each row and column element in 3array |
nxh | upper row index for each row and column element in 3array |
s | id |
Definition at line 221 of file f1b23d1.cpp.
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch | ||
) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch, | ||
const index_type & | nxl, | ||
const index_type & | nxh | ||
) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
const index_type & | ncl, | ||
const index_type & | nch, | ||
const index_type & | nxl, | ||
const index_type & | nxh, | ||
const char * | s | ||
) |
void df1b23array::allocate | ( | void | ) |
Does not allocate, but initialize member variables.
Definition at line 312 of file f1b23d1.cpp.
Referenced by allocate(), and df1b23array().
|
inline |
Definition at line 1126 of file df1b2fun.h.
void df1b23array::deallocate | ( | void | ) |
Deallocates class memory memory.
Definition at line 296 of file f1b23d1.cpp.
Referenced by ~df1b23array().
|
inline |
Definition at line 1130 of file df1b2fun.h.
Referenced by initialize().
|
inline |
Definition at line 1129 of file df1b2fun.h.
Referenced by allocate(), and initialize().
void df1b23array::initialize | ( | void | ) |
|
inline |
Definition at line 1175 of file df1b2fun.h.
|
inline |
Definition at line 1176 of file df1b2fun.h.
|
inline |
Definition at line 1177 of file df1b2fun.h.
df1b23array& df1b23array::operator+= | ( | const df1b23array & | M | ) |
df1b23array& df1b23array::operator-= | ( | const df1b23array & | M | ) |
df1b23array& df1b23array::operator= | ( | const df1b23array & | ) |
df1b23array& df1b23array::operator= | ( | const df1b2variable & | ) |
df1b23array& df1b23array::operator= | ( | double | ) |
|
inline |
Definition at line 1178 of file df1b2fun.h.
|
inline |
Definition at line 1131 of file df1b2fun.h.
Referenced by allocate().
|
private |
Definition at line 1122 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), indexmax(), and size().
|
private |
Definition at line 1121 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), indexmin(), and size().
|
private |
Definition at line 1124 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), and ~df1b23array().
|
private |
Definition at line 1123 of file df1b2fun.h.
Referenced by allocate(), allocated(), deallocate(), df1b23array(), operator()(), and operator[]().
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5 |