35 "df1b2_init_bounded_number_vector::operator [] (int i)",
50 "df1b2_init_bounded_number_vector::operator () (int i)",
113 static_cast<unsigned int>(max1 < min1 ? 0 : max1 - min1 + 1);
119 cerr <<
" error trying to allocate memory in "
120 "df1b2_init_bounded_number_vector " <<
endl;
124 for (
int i = min1; i <= max1; ++i)
219 #if !defined(OPT_LIB)
229 "df1b2_init_number_vector::operator [] (int i)",
244 "df1b2_init_number_vector::operator () (int i)",
307 const index_type& phase_start,
const char * s)
312 static_cast<unsigned int>(max1 < min1 ? 0 : max1 - min1 + 1);
318 cerr <<
" error trying to allocate memory in "
319 "df1b2_init_number_vector " <<
endl;
Uses polymorphism to get index information from various data types to be used in constructing and all...
~df1b2_init_number_vector()
Destructor.
Description not yet available.
df1b2_init_number & operator[](int i)
void deallocate(void)
Description not yet available.
void allocate(int min1, int max1, const double_index_type &bmin, const double_index_type &bmax, const char *s)
Description not yet available.
prnstream & endl(prnstream &)
~df1b2_init_bounded_number_vector()
Description not yet available.
void allocate(const adstring &)
Description not yet available.
df1b2_init_bounded_number & operator[](int i)
df1b2_init_bounded_number_vector()
Default constructor.
#define ADMB_ARRAY_BOUNDS_ERROR(message, function, lower_bounds, upper_bounds, index)
df1b2_init_bounded_number & operator()(int i)
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 min1, int max1, const index_type &phase_start, const char *s)
Allocate vector of df1b2_init_bounded number with dimension [min1 to max1].
df1b2_init_number_vector()
Default constructor.
Description not yet available.
Description not yet available.
df1b2_init_bounded_number * v
void allocate(double _minb, double _maxb, int _phase_start, const char *s="UNNAMED")
Description not yet available.
void deallocate(void)
Description not yet available.
df1b2_init_number & operator()(int i)
Description not yet available.