Constraint imposing all arguments to be in [low,high] More...
#include <ql/math/optimization/constraint.hpp>
Public Member Functions | |
BoundaryConstraint (Real low, Real high) | |
![]() | |
bool | empty () const |
bool | test (const Array &p) const |
Real | update (Array &p, const Array &direction, Real beta) |
Constraint (const boost::shared_ptr< Impl > &impl=boost::shared_ptr< Impl >()) | |
Additional Inherited Members | |
![]() | |
boost::shared_ptr< Impl > | impl_ |
Constraint imposing all arguments to be in [low,high]