ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model28.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
7 #include <admodel.h>
8 
10  const ad_integer& hhsl,const ad_integer& hhsu,
11  const index_type& hsl,const index_type& hsu,
12  const index_type& sl,const index_type& sh,
13  const index_type& nrl,const index_type& nrh,
14  const index_type& ncl,const index_type& nch,
15  const index_type& ncl6,const index_type& nch6,
16  const index_type& ncl7,const index_type& nch7,
17  const char * _s)
18 {
19  dvar7_array::allocate(hhsl,hhsu,hsl,hsu,sl,sh,nrl,nrh,ncl,nch,
20  ncl6,nch6,ncl7,nch7);
22 }
23 
25  int l5,int h5,
26  int hhsl,int hhsu,
27  int hsl,int hsu,
28  int rmin,int rmax,
29  int cmin,int cmax,
30  int cmin6,int cmax6,
31  int cmin7,int cmax7,
32  const char * _s)
33 {
34  dvar7_array::allocate(l5,h5,hhsl,hhsu,hsl,hsu,rmin,rmax,cmin,cmax,
35  cmin6,cmax6,cmin7,cmax7);
37 }
38 
40  const ad_integer& hhsl,const ad_integer& hhsu,
41  const index_type& hsl,const index_type& hsu,
42  const index_type& sl,const index_type& sh,
43  const index_type& nrl,const index_type& nrh,
44  const index_type& ncl,const index_type& nch,
45  const index_type& ncl6,const index_type& nch6,
46  const index_type& ncl7,const index_type& nch7,
47  const char * _s)
48 {
49  d7_array::allocate(hhsl,hhsu,hsl,hsu,sl,sh,nrl,nrh,ncl,nch,
50  ncl6,nch6,ncl7,nch7);
52 }
53 
54 
56  int l5,int h5,
57  int hhsl,int hhsu,
58  int hsl,int hsu,
59  int rmin,int rmax,
60  int cmin,int cmax,
61  int l6,int u6,
62  int l7,int u7,
63  const char * s)
64 {
66  l5,h5,
67  hhsl,hhsu,
68  hsl,hsu,
69  rmin,rmax,
70  cmin,cmax,
71  l6,u6,
72  l7,u7);
74 }
75 
77 {
78  this->d7_array::operator=(m);
79  return *this;
80 }
81 
83 {
84  this->dvar7_array::operator=(m);
85  return *this;
86 }
87 
89 {
90  this->dvar7_array::operator=(m);
91  return *this;
92 }
void allocate(void)
Description not yet available.
Definition: d7arr2.cpp:27
Uses polymorphism to get index information from various data types to be used in constructing and all...
Definition: fvar.hpp:7731
Description not yet available.
Definition: fvar.hpp:7054
Description not yet available.
Definition: admodel.h:430
named_dvar7_array & operator=(const dvar7_array &m)
Definition: model28.cpp:82
Description not yet available.
Definition: admodel.h:665
void allocate(const char *s)
Definition: model.cpp:112
d7_array & operator=(const d7_array &)
Assign element values from other to d7_array.
Definition: d7arr.cpp:90
Description not yet available.
void allocate(void)
Description not yet available.
Definition: f7arr2.cpp:26
dvar7_array & operator=(const d7_array &)
Description not yet available.
Definition: f7arr.cpp:161
Description not yet available.
Definition: fvar.hpp:7262
Stores integer.
Definition: fvar.hpp:7654
named_d7_array & operator=(const d7_array &m)
Definition: model28.cpp:76