1 #ifndef initialinputfile_h
2 #define initialinputfile_h
85 double getValue(
int i)
const {
return values[i]; };
91 double getLower(
int i)
const {
return lowerbound[i]; };
97 double getUpper(
int i)
const {
return upperbound[i]; };
This class implements a dynamic vector of double values.
Definition: doublevector.h:11
int Size() const
This will return the size of the vector.
Definition: doublevector.h:55
This class implements a dynamic vector of int values.
Definition: intvector.h:11
This class implements a dynamic vector of Parameter values.
Definition: parametervector.h:12
int Size() const
This will return the size of the vector.
Definition: parametervector.h:49
This is the class used to store the name of a variable used in the model simulation.
Definition: parameter.h:11