ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model40.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 
8 #include <admodel.h>
9 
11  int l7, int u7,
12  int l6, int u6,
13  int l5, int u5,
14  int hhsl, int hhsu,
15  int hsl, int hsu,
16  int rmin, int rmax,
17  int cmin, int cmax,
18  const char* s)
19 {
20  named_d7_array::allocate(l7, u7, l6, u6, l5, u5, hhsl, hhsu, hsl, hsu,
21  rmin, rmax, cmin, cmax, s);
23 }
25  int l6, int u6,
26  int l5, int u5,
27  int hhsl, int hhsu,
28  int hsl, int hsu,
29  int rmin, int rmax,
30  int cmin,int cmax,
31  const char * s)
32 {
33  named_d6_array::allocate(l6, u6, l5, u5, hhsl, hhsu, hsl, hsu, rmin, rmax, cmin, cmax, s);
35 }
37  int hhhsl, int hhhsu,
38  int hhsl, int hhsu,
39  int hsl, int hsu,
40  int rmin, int rmax,
41  int cmin, int cmax,
42  const char * s)
43 {
44  named_d5_array::allocate(hhhsl,hhhsu,hhsl,hhsu,hsl,hsu,rmin, rmax,cmin,cmax,s);
46 }
48  ad_integer hhhsl, ad_integer hhhsu,
49  const index_type& hhsl, const index_type& hhsu,
50  const index_type& hsl, const index_type& hsu,
51  const index_type& rmin, const index_type& rmax,
52  const index_type& cmin, const index_type& cmax,
53  const char* s)
54 {
55  named_d5_array::allocate(hhhsl,hhhsu,hhsl,hhsu,hsl,hsu,rmin,rmax, cmin,cmax,s);
57 }
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
d6_array()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: d6arr2.cpp:9
void allocate(void)
Does NOT allocate, but initializes d6_array members.
Definition: d6arr2.cpp:14
Description not yet available.
d5_array()
Description not yet available.
Definition: d5arr3.cpp:17
static cifstream * global_datafile
Definition: fvar.hpp:8856
void allocate(void)
Description not yet available.
Definition: d5arr3.cpp:26
d7_array()
Description not yet available.
Definition: d7arr2.cpp:18
Stores integer.
Definition: fvar.hpp:7654