|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Base class for model arguments. More...
#include <ql/models/parameter.hpp>
Classes | |
| class | Impl |
| Base class for model parameter implementation. More... | |
Public Member Functions | |
| 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 |
Protected Member Functions | |
| Parameter (Size size, ext::shared_ptr< Impl > impl, Constraint constraint) | |
Protected Attributes | |
| ext::shared_ptr< Impl > | impl_ |
| Array | params_ |
| Constraint | constraint_ |
Base class for model arguments.