Parameter that holds an interpolation object. More...
#include <ql/experimental/shortrate/generalizedhullwhite.hpp>
Public Member Functions | |
InterpolationParameter (Size count, const Constraint &constraint=NoConstraint()) | |
void | reset (const Interpolation &interp) |
![]() | |
const Array & | params () const |
void | setParam (Size i, Real x) |
bool | testParams (const Array ¶ms) const |
Size | size () const |
Real | operator() (Time t) const |
const ext::shared_ptr< Impl > & | implementation () const |
const Constraint & | constraint () const |
Additional Inherited Members | |
![]() | |
Parameter (Size size, const ext::shared_ptr< Impl > &impl, const Constraint &constraint) | |
![]() | |
ext::shared_ptr< Impl > | impl_ |
Array | params_ |
Constraint | constraint_ |
Parameter that holds an interpolation object.