|
Unfit
3.1.1
Data fitting and optimization software
|
This is the complete list of members for Unfit::Bounds, including all inherited members.
| Bounds() | Unfit::Bounds | |
| Bounds(std::size_t number_of_bounds) | Unfit::Bounds | |
| ClampWithinBounds(std::vector< double > &point) | Unfit::Bounds | |
| GetBounds(std::vector< double > &lower_bound, std::vector< double > &upper_bound) const | Unfit::Bounds | |
| GetLowerBound(std::size_t index) const noexcept | Unfit::Bounds | |
| GetNumberOfBounds() const noexcept | Unfit::Bounds | |
| GetUpperBound(std::size_t index) const noexcept | Unfit::Bounds | |
| IsAboveLowerBound(std::size_t index, double point) const noexcept | Unfit::Bounds | |
| IsBelowUpperBound(std::size_t index, double point) const noexcept | Unfit::Bounds | |
| IsWithinBounds(std::size_t index, double point) const noexcept | Unfit::Bounds | |
| IsWithinBounds(const std::vector< double > &point) const noexcept | Unfit::Bounds | |
| lower_bound_ | Unfit::Bounds | private |
| ResetBounds() | Unfit::Bounds | |
| SetBounds(std::size_t index, double lower_bound, double upper_bound) | Unfit::Bounds | |
| SetBounds(const std::vector< double > &lower_bound, const std::vector< double > &upper_bound) | Unfit::Bounds | |
| SetLowerBound(std::size_t index, double lower_bound) | Unfit::Bounds | |
| SetNumberOfBounds(std::size_t number_of_bounds) | Unfit::Bounds | |
| SetUpperBound(std::size_t index, double upper_bound) | Unfit::Bounds | |
| upper_bound_ | Unfit::Bounds | private |
1.8.13