35 allocate(min1,max1,min,max,dmin,dmax,1,s);
48 int size = max1 - min1 + 1;
54 cerr <<
" error trying to allocate memory in "
55 "param_init_vector_vector " <<
endl;
void allocate(int min1, int max1, const index_type &min, const index_type &max, const double_index_type &dmin, const double_index_type &dmax, const index_type &phase_start, const char *s)
Uses polymorphism to get index information from various data types to be used in constructing and all...
void set_initial_value(double x)
param_init_bounded_vector_vector()
Default constructor.
param_init_bounded_vector * v
Description not yet available.
prnstream & endl(prnstream &)
Description not yet available.
~param_init_bounded_vector_vector()
Destructor.
adstring str(double x, int minwidth=17, int decplaces=-1)
Convert x to adstring with minimum width and total number of decimal places.
void set_initial_value(const double_index_type &it)
void allocate(int imin, int imax, double _minb, double _maxb, int phasestart=1, const char *name="UNNAMED")
void deallocate(void)
Free member allocated memory.
Description not yet available.