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

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 data_3array (void)

Private Member Functions

void allocate (int hsl, int hsu, int rmin, int rmax, int cmin, int cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, const ivector &rmin, int rmax, int cmin, int cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, int rmin, const ivector &rmax, int cmin, int cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, const ivector &rmin, const ivector &rmax, int cmin, int cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, int cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, int rmin, int rmax, const ivector &cmin, const ivector &cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, int rmin, int rmax, int cmin, const ivector &cmax, const char *="UNNAMED")
void allocate (int hsl, int hsu, const index_type &rmin, const index_type &rmax, const index_type &cmin, const index_type &cmax, const char *="UNNAMED")

Friends

class model_data

Detailed Description

Description not yet available.

Parameters:

Definition at line 1596 of file admodel.h.


Constructor & Destructor Documentation

data_3array::data_3array ( void  ) [inline]

Definition at line 1599 of file admodel.h.


Member Function Documentation

void data_3array::allocate ( int  hsl,
int  hsu,
int  rmin,
int  rmax,
int  cmin,
int  cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1070 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
const ivector rmin,
int  rmax,
int  cmin,
int  cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1093 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
int  rmin,
const ivector rmax,
int  cmin,
int  cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1104 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
const ivector rmin,
const ivector rmax,
int  cmin,
int  cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1115 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
int  rmin,
int  rmax,
const ivector cmin,
int  cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1126 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
int  rmin,
int  rmax,
const ivector cmin,
const ivector cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1148 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
int  rmin,
int  rmax,
int  cmin,
const ivector cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1137 of file model.cpp.

void data_3array::allocate ( int  hsl,
int  hsu,
const index_type rmin,
const index_type rmax,
const index_type cmin,
const index_type cmax,
const char *  s = "UNNAMED" 
) [private]

Reimplemented from named_d3_array.

Definition at line 1081 of file model.cpp.


Friends And Related Function Documentation

friend class model_data [friend]

Reimplemented in dll_data_3array.

Definition at line 1617 of file admodel.h.

List of all members.


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