62 int size = max1 - min1 + 1;
68 cerr <<
" error trying to allocate memory in "
69 "param_init_vector_vector " <<
endl;
88 const int min = t.indexmin();
89 const int max = t.indexmax();
91 for (
int i = min; i <=
max; i++)
101 const int min = t.indexmin();
102 const int max = t.indexmax();
104 for (
int i = min; i <=
max; i++)
void set_initial_value(const double_index_type &it)
void allocate(int min1, int max1, 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...
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Vector of double precision numbers.
Description not yet available.
void set_initial_value(double x)
param_init_number_vector()
Default constructor.
prnstream & endl(prnstream &)
~param_init_number_vector()
Destructor.
Description not yet available.
void deallocate(void)
Free member allocated memory.
adstring str(double x, int minwidth=17, int decplaces=-1)
Convert x to adstring with minimum width and total number of decimal places.
void allocate(int phase_start=1, const char *s="UNNAMED")
Description not yet available.
dvector value(const df1_one_vector &v)
Class object for init_bounded_number vector.
Description not yet available.