|
|
std::vector< double > | active_values () const |
| |
|
std::vector< double > | used_values () const |
| |
|
std::vector< double > | active_lower_bounds () const |
| |
|
std::vector< double > | active_upper_bounds () const |
| |
|
void | set_all_lower_bounds (double value) |
| |
|
void | set_all_upper_bounds (double value) |
| |
|
void | set_all_status (ParamStatus status) |
| |
|
void | set_all_fit_valid (bool valid) |
| |
|
void | set_status (std::vector< ParamStatus > status_vector) |
| |
|
void | set_values (const double *values, size_t n) |
| |
|
void | set_values (std::vector< double > values) |
| |
|
void | set_lower_bounds (const double *lower_bounds, size_t n) |
| |
|
void | set_lower_bounds (std::vector< double > lower_bounds) |
| |
|
void | set_upper_bounds (const double *upper_bouonds, size_t n) |
| |
|
void | set_upper_bounds (std::vector< double > upper_bounds) |
| |
|
bool | are_all_used () const |
| |
|
bool | are_all_active () const |
| |
|
bool | are_all_fit_valid () const |
| |
The documentation for this struct was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/include/mimir/ParamSet.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/src/ParamSet.cc