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. | |
df1b23array (int nrl, int nrh) | |
Description not yet available. | |
df1b23array (int nrl, int nrh, int, int) | |
Description not yet available. | |
df1b23array (const df1b23array &) | |
Description not yet available. | |
df1b23array (void) | |
Description not yet available. | |
~df1b23array () | |
Destructor. | |
void | allocate (int nrl, int nrh, int ncl, int nch, int, int) |
Description not yet available. | |
void | allocate (int nrl, int nrh, int, int) |
Description not yet available. | |
void | allocate (int nrl, int nrh) |
Description not yet available. | |
void | allocate (int nrl, int nrh, int ncl, int nch, int, int, const char *) |
Description not yet available. | |
void | allocate (int nrl, int nrh, const index_type &ncl, const index_type &nch) |
Description not yet available. | |
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. | |
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. | |
void | allocate (void) |
Does not allocate, but initialize member variables. | |
int | allocated (void) |
void | deallocate (void) |
Deallocates class memory memory. | |
int | indexmax (void) |
int | indexmin (void) |
void | initialize (void) |
Description not yet available. | |
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) |
int | size (void) |
Private Attributes | |
int | index_max |
int | index_min |
vector_shapex * | shape |
df1b2matrix * | v |
Destructor.
Definition at line 248 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 | ) |
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 | ||
) |
void df1b23array::allocate | ( | int | nrl, |
int | nrh, | ||
int | ncl, | ||
int | nch, | ||
int | nxl, | ||
int | nxh, | ||
const char * | s | ||
) |
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 281 of file f1b23d1.cpp.
Referenced by allocate(), and df1b23array().
int df1b23array::allocated | ( | void | ) | [inline] |
Definition at line 1109 of file df1b2fun.h.
void df1b23array::deallocate | ( | void | ) |
Deallocates class memory memory.
Definition at line 265 of file f1b23d1.cpp.
Referenced by ~df1b23array().
int df1b23array::indexmax | ( | void | ) | [inline] |
Definition at line 1113 of file df1b2fun.h.
Referenced by initialize().
int df1b23array::indexmin | ( | void | ) | [inline] |
Definition at line 1112 of file df1b2fun.h.
Referenced by allocate(), and initialize().
void df1b23array::initialize | ( | void | ) |
df1b2variable& df1b23array::operator() | ( | int | i, |
int | j, | ||
int | k | ||
) | [inline] |
Definition at line 1147 of file df1b2fun.h.
df1b2vector& df1b23array::operator() | ( | int | i, |
int | j | ||
) | [inline] |
Definition at line 1148 of file df1b2fun.h.
df1b2matrix& df1b23array::operator() | ( | int | i | ) | [inline] |
Definition at line 1149 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 | ) |
df1b2matrix& df1b23array::operator[] | ( | int | i | ) | [inline] |
Definition at line 1150 of file df1b2fun.h.
int df1b23array::size | ( | void | ) | [inline] |
Definition at line 1114 of file df1b2fun.h.
Referenced by allocate().
int df1b23array::index_max [private] |
Definition at line 1105 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), indexmax(), and size().
int df1b23array::index_min [private] |
Definition at line 1104 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), indexmin(), and size().
vector_shapex* df1b23array::shape [private] |
Definition at line 1107 of file df1b2fun.h.
Referenced by allocate(), deallocate(), df1b23array(), and ~df1b23array().
df1b2matrix* df1b23array::v [private] |
Definition at line 1106 of file df1b2fun.h.
Referenced by allocate(), allocated(), deallocate(), df1b23array(), operator()(), and operator[]().
Generated on Tue Mar 8 2016 19:51:39 for ADMB Documentation by 1.8.0 |