43 allocate(min1, max1, min, max, 1, s);
66 unsigned int size =
static_cast<unsigned int>(max1 - min1 + 1);
70 cerr <<
" error trying to allocate memory in "
71 "param_init_vector_vector " <<
endl;
81 v[i].
allocate(min[i], max[i], phase_start[i], (
char*)(ss));
dvar_vector()
Default constructor.
void allocate(int imin, int imax, int phasestart=1, const char *s="UNNAMED")
Allocate variable vector of parameters, then reads values from input data.
Uses polymorphism to get index information from various data types to be used in constructing and all...
void allocate(void)
Does not allocate, but initializes dvar_vector to empty.
static uistream * global_bparfile
~param_init_vector_vector()
Destructor.
void set_initial_value(double x)
Description not yet available.
param_init_vector_vector()
Default constructor.
void set_initial_value(const double_index_type &it)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
prnstream & endl(prnstream &)
Description not yet available.
adstring str(double x, int minwidth=17, int decplaces=-1)
Convert x to adstring with minimum width and total number of decimal places.
void deallocate(void)
Free member allocated memory.
void allocate(int _phase_start)
dvar_vector & operator=(const dvar_vector &t)
Assign values from other t to dvar_vector.
static cifstream * global_parfile
void allocate(int min1, int max1, const index_type &min, const index_type &max, const index_type &phase_start, const char *s)
Allocate vector min1 to max2 of param_init_vector with dimensions min to max using specified phase_st...
Description not yet available.