ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model22.cpp
Go to the documentation of this file.
1 
8 #include <admodel.h>
9 
11  const ad_integer& sh,const index_type& nrl,const index_type& nrh,
12  const index_type& ncl,const index_type& nch,const char * s)
13 {
14  dvar3_array::allocate(sl,sh,nrl,nrh,ncl,nch);
16 }
Uses polymorphism to get index information from various data types to be used in constructing and all...
Definition: fvar.hpp:7731
void allocate(const char *s)
Definition: model.cpp:112
Description not yet available.
void allocate(void)
Does not allocte, but initialize class members.
Definition: f3arr17.cpp:18
Stores integer.
Definition: fvar.hpp:7654