ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Public Member Functions | Private Attributes
df1b23array Class Reference

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.
df1b2variableoperator() (int i, int j, int k)
df1b2vectoroperator() (int i, int j)
df1b2matrixoperator() (int i)
df1b23arrayoperator+= (const df1b23array &M)
df1b23arrayoperator-= (const df1b23array &M)
df1b23arrayoperator= (const df1b23array &)
df1b23arrayoperator= (const df1b2variable &)
df1b23arrayoperator= (double)
df1b2matrixoperator[] (int i)
int size (void)

Private Attributes

int index_max
int index_min
vector_shapexshape
df1b2matrixv

Detailed Description

Description not yet available.

Parameters:

Definition at line 1102 of file df1b2fun.h.


Constructor & Destructor Documentation

Destructor.

Definition at line 248 of file f1b23d1.cpp.

df1b23array::df1b23array ( int  nrl,
int  nrh,
int  ncl,
int  nch,
int  nxl,
int  nxh 
)

Description not yet available.

Parameters:

Definition at line 18 of file f1b23d1.cpp.

df1b23array::df1b23array ( int  nrl,
int  nrh 
)

Description not yet available.

Parameters:

Definition at line 50 of file f1b23d1.cpp.

df1b23array::df1b23array ( int  nrl,
int  nrh,
int  ncl,
int  nch 
)

Description not yet available.

Parameters:

Definition at line 34 of file f1b23d1.cpp.

Description not yet available.

Parameters:

Definition at line 215 of file f1b23d1.cpp.

Description not yet available.

Parameters:

Definition at line 66 of file f1b23d1.cpp.


Member Function Documentation

void df1b23array::allocate ( int  nrl,
int  nrh,
int  ncl,
int  nch,
int  nxl,
int  nxh 
)

Description not yet available.

Parameters:

Definition at line 110 of file f1b23d1.cpp.

void df1b23array::allocate ( int  nrl,
int  nrh,
int  ncl,
int  nch 
)

Description not yet available.

Parameters:

Definition at line 136 of file f1b23d1.cpp.

void df1b23array::allocate ( int  nrl,
int  nrh 
)

Description not yet available.

Parameters:

Definition at line 228 of file f1b23d1.cpp.

void df1b23array::allocate ( int  nrl,
int  nrh,
int  ncl,
int  nch,
int  nxl,
int  nxh,
const char *  s 
)

Description not yet available.

Parameters:

Definition at line 75 of file f1b23d1.cpp.

void df1b23array::allocate ( int  nrl,
int  nrh,
const index_type ncl,
const index_type nch 
)

Description not yet available.

Parameters:

Definition at line 162 of file f1b23d1.cpp.

void df1b23array::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.

Parameters:

Definition at line 188 of file f1b23d1.cpp.

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 
)

Description not yet available.

Parameters:

Definition at line 98 of file f1b23d1.cpp.

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  )

Description not yet available.

Parameters:

Definition at line 375 of file f1b23d1.cpp.

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().


Member Data Documentation

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().

Definition at line 1107 of file df1b2fun.h.

Referenced by allocate(), deallocate(), df1b23array(), and ~df1b23array().

Definition at line 1106 of file df1b2fun.h.

Referenced by allocate(), allocated(), deallocate(), df1b23array(), operator()(), and operator[]().

List of all members.


The documentation for this class was generated from the following files: