#include <param_init_bounded_number_matrix.h>
Public Member Functions | |
param_init_bounded_number_matrix () | |
param_init_bounded_number_matrix (const param_init_bounded_number_matrix &) | |
virtual | ~param_init_bounded_number_matrix () |
void | allocate (int rowmin, int rowmax, int colmin, int colmax, const dmatrix &bmin, const dmatrix &bmax, const char *s) |
void | allocate (int rowmin, int rowmax, int colmin, int colmax, const dmatrix &bmin, const dmatrix &bmax, const imatrix &phase_start, const char *s) |
bool | allocated () const |
dmatrix | get_scalefactor () const |
int | indexmax () const |
int | indexmin () const |
param_init_bounded_number_vector & | operator() (const int i) const |
param_init_bounded_number & | operator() (const int i, const int j) const |
param_init_bounded_number_vector & | operator[] (const int i) const |
void | set_scalefactor (const double scalefactor) |
void | set_scalefactor (const dmatrix &scalefactor) |
Private Member Functions | |
void | deallocate () |
Private Attributes | |
int | index_max |
int | index_min |
param_init_bounded_number_vector * | v |
Definition at line 48 of file param_init_bounded_number_matrix.h.
Definition at line 13 of file param_init_bounded_number_matrix.cpp.
param_init_bounded_number_matrix::param_init_bounded_number_matrix | ( | const param_init_bounded_number_matrix & | ) |
virtual param_init_bounded_number_matrix::~param_init_bounded_number_matrix | ( | ) | [inline, virtual] |
Definition at line 53 of file param_init_bounded_number_matrix.h.
void param_init_bounded_number_matrix::allocate | ( | int | rowmin, |
int | rowmax, | ||
int | colmin, | ||
int | colmax, | ||
const dmatrix & | bmin, | ||
const dmatrix & | bmax, | ||
const char * | s | ||
) |
Definition at line 17 of file param_init_bounded_number_matrix.cpp.
void param_init_bounded_number_matrix::allocate | ( | int | rowmin, |
int | rowmax, | ||
int | colmin, | ||
int | colmax, | ||
const dmatrix & | bmin, | ||
const dmatrix & | bmax, | ||
const imatrix & | phase_start, | ||
const char * | s | ||
) |
Definition at line 26 of file param_init_bounded_number_matrix.cpp.
bool param_init_bounded_number_matrix::allocated | ( | void | ) | const [inline] |
Definition at line 100 of file param_init_bounded_number_matrix.h.
void param_init_bounded_number_matrix::deallocate | ( | void | ) | [private] |
Definition at line 93 of file param_init_bounded_number_matrix.cpp.
Referenced by ~param_init_bounded_number_matrix().
dmatrix param_init_bounded_number_matrix::get_scalefactor | ( | void | ) | const |
Definition at line 75 of file param_init_bounded_number_matrix.cpp.
int param_init_bounded_number_matrix::indexmax | ( | void | ) | const [inline] |
Definition at line 108 of file param_init_bounded_number_matrix.h.
Referenced by dvar_matrix::dvar_matrix(), and get_scalefactor().
int param_init_bounded_number_matrix::indexmin | ( | void | ) | const [inline] |
Definition at line 104 of file param_init_bounded_number_matrix.h.
Referenced by dvar_matrix::dvar_matrix(), and get_scalefactor().
param_init_bounded_number_vector & param_init_bounded_number_matrix::operator() | ( | const int | i | ) | const |
Definition at line 125 of file param_init_bounded_number_matrix.cpp.
Referenced by operator()().
param_init_bounded_number & param_init_bounded_number_matrix::operator() | ( | const int | i, |
const int | j | ||
) | const |
Definition at line 144 of file param_init_bounded_number_matrix.cpp.
param_init_bounded_number_vector & param_init_bounded_number_matrix::operator[] | ( | const int | i | ) | const |
Definition at line 106 of file param_init_bounded_number_matrix.cpp.
void param_init_bounded_number_matrix::set_scalefactor | ( | const double | scalefactor | ) |
Definition at line 59 of file param_init_bounded_number_matrix.cpp.
void param_init_bounded_number_matrix::set_scalefactor | ( | const dmatrix & | scalefactor | ) |
Definition at line 66 of file param_init_bounded_number_matrix.cpp.
int param_init_bounded_number_matrix::index_max [private] |
Definition at line 117 of file param_init_bounded_number_matrix.h.
Referenced by allocate(), deallocate(), get_scalefactor(), indexmax(), operator()(), operator[](), and set_scalefactor().
int param_init_bounded_number_matrix::index_min [private] |
Definition at line 116 of file param_init_bounded_number_matrix.h.
Referenced by allocate(), deallocate(), get_scalefactor(), indexmin(), operator()(), operator[](), and set_scalefactor().
Definition at line 115 of file param_init_bounded_number_matrix.h.
Referenced by allocate(), allocated(), deallocate(), get_scalefactor(), operator()(), operator[](), and set_scalefactor().
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |