ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
named_dvar7_array Class Reference

Description not yet available. More...

#include <admodel.h>

Public Member Functions

 named_dvar7_array (void)
 
void allocate (int hhsl, int hhsu, int hsl, int hsu, int rmin, int rmax, int cmin, int cmax, int l5, int u5, int l6, int u6, int l7, int u7, const char *s)
 
void allocate (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &hsl, const index_type &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, const index_type &l5, const index_type &u5, const index_type &l6, const index_type &u6, const char *s)
 
named_dvar7_arrayoperator= (const dvar7_array &m)
 
named_dvar7_arrayoperator= (const d7_array &m)
 
- Public Member Functions inherited from dvar7_array
 dvar7_array (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6, int l7, int u7)
 Description not yet available. More...
 
 dvar7_array (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &l7, const index_type &u7, const index_type &hsl, const index_type &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, const index_type &l6, const index_type &u6)
 Description not yet available. More...
 
 dvar7_array (d7_array &m2)
 Destructor. More...
 
 dvar7_array (dvar7_array &m2)
 Copy constructor. More...
 
 dvar7_array ()
 Description not yet available. More...
 
 ~dvar7_array ()
 Description not yet available. More...
 
void allocate (int hhsl, int hhsu)
 Allocate a vector of d6_array types with dimension [l7, u7]. More...
 
void allocate (int hhsl, int hhsu, int hsl, int hsu, int sl, int sh, int nrl, int nrh, int ncl, int nch, int l6, int u6, int l7, int u7)
 Allocate dvar7_array with specified dimensions. More...
 
void allocate (const ad_integer &hhsl, const ad_integer &hhsu, const index_type &l7, const index_type &u7, const index_type &hsl, const index_type &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, const index_type &l6, const index_type &u6)
 Allocate dvar7_array with specified dimensions. More...
 
void allocate (void)
 Description not yet available. More...
 
void allocate (const d7_array &)
 Allocate d7_array using dimensions from m1. More...
 
void allocate (const dvar7_array &)
 Allocate dvar7_array using dimensions from m1. More...
 
void deallocate (void)
 Deallocate dvar7_array memory. More...
 
dvar6_arrayelem (int i)
 
dvar5_arrayelem (int i, int j)
 
dvar4_arrayelem (int i, int j, int k)
 
dvar3_arrayelem (int i, int j, int k, int l)
 
dvar_matrixelem (int i, int j, int k, int l, int _m)
 
dvar_vectorelem (int i, int j, int k, int l, int _m, int _n)
 
prevariable elem (int i, int j, int k, int l, int _m, int _n, int _p)
 
const dvar6_arrayelem (int i) const
 
const dvar5_arrayelem (int i, int j) const
 
const dvar4_arrayelem (int i, int j, int k) const
 
const dvar3_arrayelem (int i, int j, int k, int l) const
 
const dvar_matrixelem (int i, int j, int k, int l, int _m) const
 
const dvar_vectorelem (int i, int j, int k, int l, int _m, int _n) const
 
const prevariable elem (int i, int j, int k, int l, int _m, int _n, int _p) const
 
unsigned int get_ncopies () const
 
int indexmax () const
 
int indexmin () const
 
void initialize ()
 Description not yet available. More...
 
int operator! (void) const
 
dvar6_arrayoperator() (int i)
 
dvar5_arrayoperator() (int i, int j)
 
dvar4_arrayoperator() (int i, int j, int k)
 
dvar3_arrayoperator() (int i, int j, int k, int l)
 
dvar_matrixoperator() (int i, int j, int k, int l, int _m)
 
dvar_vectoroperator() (int i, int j, int k, int l, int _m, int _n)
 
prevariable operator() (int i, int j, int k, int l, int _m, int _n, int _p)
 
const dvar6_arrayoperator() (int i) const
 
const dvar5_arrayoperator() (int i, int j) const
 
const dvar4_arrayoperator() (int i, int j, int k) const
 
const dvar3_arrayoperator() (int i, int j, int k, int l) const
 
const dvar_matrixoperator() (int i, int j, int k, int l, int _m) const
 
const dvar_vectoroperator() (int i, int j, int k, int l, int _m, int _n) const
 
const prevariable operator() (int i, int j, int k, int l, int _m, int _n, int _p) const
 
void operator/= (const prevariable &d)
 Description not yet available. More...
 
void operator/= (const double &d)
 Description not yet available. More...
 
dvar7_arrayoperator= (const d7_array &)
 Description not yet available. More...
 
dvar7_arrayoperator= (const dvar7_array &m)
 Description not yet available. More...
 
dvar6_arrayoperator[] (int i)
 
const dvar6_arrayoperator[] (int i) const
 
void shallow_copy (const dvar7_array &)
 Shallow copy other data structure pointers. More...
 
unsigned int size () const
 
- Public Member Functions inherited from model_name_tag
 model_name_tag (void)
 
void allocate (const char *s)
 
const char * get_name (void)
 
label_class label (void)
 

Additional Inherited Members

- Protected Attributes inherited from model_name_tag
adstring name
 

Detailed Description

Description not yet available.

Parameters

Definition at line 430 of file admodel.h.

Constructor & Destructor Documentation

named_dvar7_array::named_dvar7_array ( void  )
inline

Definition at line 433 of file admodel.h.

Member Function Documentation

void named_dvar7_array::allocate ( int  hhsl,
int  hhsu,
int  hsl,
int  hsu,
int  rmin,
int  rmax,
int  cmin,
int  cmax,
int  l5,
int  u5,
int  l6,
int  u6,
int  l7,
int  u7,
const char *  s 
)

Definition at line 24 of file model28.cpp.

void named_dvar7_array::allocate ( const ad_integer hhsl,
const ad_integer hhsu,
const index_type hsl,
const index_type 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,
const index_type l5,
const index_type u5,
const index_type l6,
const index_type u6,
const char *  s 
)

Definition at line 9 of file model28.cpp.

named_dvar7_array & named_dvar7_array::operator= ( const dvar7_array m)

Definition at line 82 of file model28.cpp.

named_dvar7_array & named_dvar7_array::operator= ( const d7_array m)

Definition at line 88 of file model28.cpp.


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