ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
model50.cpp
Go to the documentation of this file.
1 
6 #include <admodel.h>
7 
14 {
15  maxb = val;
16 }
21 {
22  return maxb;
23 }
30 {
31  maxb = val;
32 }
37 {
38  return maxb;
39 }
46 {
47  maxb = val;
48 }
53 {
54  return maxb;
55 }
void set_maxb(double b)
Set maximum bounds value for param_init_bounded_vector.
Definition: model50.cpp:29
void val(const adstring &s, int &v, int &code)
Definition: val.cpp:11
double get_maxb() const
Returns maximum bounds value for param_init_bounded_vector.
Definition: model50.cpp:36
void set_maxb(double b)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Definition: model50.cpp:13
double get_maxb() const
Returns maximum bounds value for param_init_bounded_matrix.
Definition: model50.cpp:52
double get_maxb() const
Returns maximum bounds value for param_init_bounded_number.
Definition: model50.cpp:20
Description not yet available.
void set_maxb(double b)
Set maximum bounds value for param_init_bounded_matrix.
Definition: model50.cpp:45