ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model15.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 index_type& hsl,const index_type& hsu,
11  const index_type& rmin,const index_type& rmax,
12  const index_type& cmin,const index_type& cmax, const char* s)
13 {
14  dvar4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax,cmin,cmax);
16 }
17 
19  ad_integer hhsl,ad_integer hhsu,
20  const index_type& hsl,const index_type& hsu,
21  const index_type& rmin,const index_type& rmax,
22  const char *s)
23 {
24  dvar4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax);
26 }
27 
29  ad_integer hhsl,ad_integer hhsu,
30  const index_type& hsl,const index_type& hsu,
31  const char *s)
32 {
33  dvar4_array::allocate(hhsl,hhsu,hsl,hsu);
35 }
36 
38  ad_integer hhsl,ad_integer hhsu,const char *s)
39 {
40  dvar4_array::allocate(hhsl,hhsu);
42 }
43 
44 void named_dvar4_array::allocate(const char *s)
45 {
48 }
49 
50 void named_dvar4_array::allocate(int hhsl,int hhsu,int hsl,int hsu,
51  int rmin,int rmax, int cmin,int cmax,const char* s)
52 {
53  dvar4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax,cmin,cmax);
55 }
56 
57 void named_dvar4_array::allocate(int hhsl,int hhsu,int hsl,int hsu,
58  int rmin,int rmax,const char* s)
59 {
60  dvar4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax);
62 }
63 
64 void named_dvar4_array::allocate(int hhsl,int hhsu,int hsl,int hsu,
65  const char * s)
66 {
67  dvar4_array::allocate(hhsl,hhsu,hsl,hsu);
69 }
70 
71 void named_dvar4_array::allocate(int hhsl,int hhsu,const char * s)
72 {
73  dvar4_array::allocate(hhsl,hhsu);
75 }
76 
77 void named_d4_array::allocate(int hhsl,int hhsu,int hsl,int hsu,
78  int rmin,int rmax,int cmin,int cmax,const char * s)
79 {
80  d4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax,cmin,cmax);
82 }
83 
84 void named_d4_array::allocate(int hhsl,int hhsu,int hsl,int hsu,
85  int rmin,int rmax,const char * s)
86 {
87  d4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax);
89 }
90 
91 void named_d4_array::allocate(int hhsl,int hhsu,int hsl,int hsu, const char* s)
92 {
93  d4_array::allocate(hhsl,hhsu,hsl,hsu);
95 }
96 
97 void named_d4_array::allocate(int hhsl,int hhsu,const char* s)
98 {
99  d4_array::allocate(hhsl,hhsu);
101 }
102 
103 void named_d4_array::allocate(const char* s)
104 {
107 }
108 
110  const index_type& hsl, const index_type& hsu, const index_type& rmin,
111  const index_type& rmax, const index_type& cmin, const index_type& cmax,
112  const char *s)
113 {
114  d4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax,cmin,cmax);
116 }
117 
119  const index_type& hsl, const index_type& hsu,const char* s)
120 {
121  d4_array::allocate(hhsl,hhsu,hsl,hsu);
123 }
124 
125 void named_d4_array::allocate(ad_integer hhsl,ad_integer hhsu,const char* s)
126 {
127  d4_array::allocate(hhsl,hhsu);
129 }
130 
132  const index_type& hsl, const index_type& hsu, const index_type& rmin,
133  const index_type& rmax, const char *s)
134 {
135  d4_array::allocate(hhsl,hhsu,hsl,hsu,rmin,rmax);
137 }
138 
140 {
141  this->d4_array::operator=(m);
142  return *this;
143 }
144 
146 {
147  this->dvar4_array::operator=(m);
148  return *this;
149 }
156 {
157  this->dvar4_array::operator=(arr4);
158  return *this;
159 }
dvar4_array & operator=(const d4_array &)
Description not yet available.
Definition: f4arr.cpp:248
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:5433
void allocate(void)
Does not allocate, but initializes pointers to NULL.
Definition: d4arr3.cpp:14
named_d4_array & operator=(const d4_array &m)
Definition: model15.cpp:139
named_dvar4_array & operator=(const dvar4_array &m)
Definition: model15.cpp:145
void allocate(void)
Initializes to NULL.
Definition: f4arr3.cpp:20
Description not yet available.
Definition: fvar.hpp:5161
void allocate(const char *s)
Definition: model.cpp:112
Description not yet available.
Description not yet available.
Definition: admodel.h:571
d4_array & operator=(const d4_array &)
Assigns element values from other to d4_array.
Definition: d4arr.cpp:141
Stores integer.
Definition: fvar.hpp:7654
Description not yet available.
Definition: admodel.h:347