39 #ifndef __param_init_bounded_number_matrix_h__
40 #define __param_init_bounded_number_matrix_h__
54 void allocate(
int rowmin,
int rowmax,
55 int colmin,
int colmax,
59 void allocate(
int rowmin,
int rowmax,
60 int colmin,
int colmax,
Description not yet available.
param_init_bounded_number_vector & operator()(const int i) const
Returns param_init_bounded_vector for index i.
bool allocated() const
Returns true is allocated, otherwise false.
void set_scalefactor(const double scalefactor)
Set scalefactor for each element of param_init_bounded_number_matrix.
void allocate(int rowmin, int rowmax, int colmin, int colmax, const dmatrix &bmin, const dmatrix &bmax, const char *s)
Allocate matrix of param_init_bounded numbers with dimension [rowmin to rowmax] x [colmin to colmax] ...
virtual ~param_init_bounded_number_matrix()
Destructor.
param_init_bounded_number_matrix()
Default constructor.
Description not yet available.
int indexmin() const
Returns lower row index.
Description not yet available.
param_init_bounded_number_vector * v
Description not yet available.
dmatrix get_scalefactor() const
Returns matrix with scalefactors for each element in param_init_bounded_number_matrix.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Class object for init_bounded_number vector.
int indexmax() const
Returns upper row index.
void deallocate()
Free allocated memory.
param_init_bounded_number_vector & operator[](const int i) const
Returns param_init_bounded_vector for index i.