QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Public Member Functions | |
bool | test (const Array &) const override |
Tests if params satisfy the constraint. More... | |
Public Member Functions inherited from Constraint::Impl | |
virtual | ~Impl ()=default |
virtual bool | test (const Array ¶ms) const =0 |
Tests if params satisfy the constraint. More... | |
virtual Array | upperBound (const Array ¶ms) const |
Returns upper bound for given parameters. More... | |
virtual Array | lowerBound (const Array ¶ms) const |
Returns lower bound for given parameters. More... | |
Definition at line 81 of file constraint.hpp.
Tests if params satisfy the constraint.
Implements Constraint::Impl.
Definition at line 83 of file constraint.hpp.