Unfit  3.1.1
Data fitting and optimization software
Unfit::Bounds Member List

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) constUnfit::Bounds
GetLowerBound(std::size_t index) const noexceptUnfit::Bounds
GetNumberOfBounds() const noexceptUnfit::Bounds
GetUpperBound(std::size_t index) const noexceptUnfit::Bounds
IsAboveLowerBound(std::size_t index, double point) const noexceptUnfit::Bounds
IsBelowUpperBound(std::size_t index, double point) const noexceptUnfit::Bounds
IsWithinBounds(std::size_t index, double point) const noexceptUnfit::Bounds
IsWithinBounds(const std::vector< double > &point) const noexceptUnfit::Bounds
lower_bound_Unfit::Boundsprivate
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::Boundsprivate