34 allocate(min1,max1,min,max,min2,max2,1,s);
47 int size = max1 - min1 + 1;
53 cerr <<
" error trying to allocate memory in "
54 "param_init_vector_vector " <<
endl;
64 v[i].
allocate(min[i],max[i],min2[i],max2[i], phase_start[i],
void deallocate(void)
Free member allocated memory.
Uses polymorphism to get index information from various data types to be used in constructing and all...
int imax2(int a, double v)
void allocate(int min0, int max0, const index_type &min, const index_type &max, const index_type &min1, const index_type &max1, const index_type &phase_start, const char *s)
static uistream * global_bparfile
void allocate(int rmin, int rmax, int cmin, int cmax, int phase_start=1, const char *="UNNAMED")
void set_initial_value(double x)
prnstream & endl(prnstream &)
void allocate(void)
Does not allocate, but initializes members.
Description not yet available.
Description not yet available.
param_init_matrix_vector()
Default constructor.
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 _phase_start)
dvar_matrix()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvar_matrix & operator=(const dvar_matrix &)
Assigns other values to dvar_matrix.
static cifstream * global_parfile
Description not yet available.
~param_init_matrix_vector()
Destructor.