|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
Parameter which is always zero \( a(t) = 0 \) More...
#include <ql/models/parameter.hpp>
Additional Inherited Members | |
| Public Member Functions inherited from Parameter | |
| 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 inherited from Parameter | |
| Parameter (Size size, ext::shared_ptr< Impl > impl, Constraint constraint) | |
| Protected Attributes inherited from Parameter | |
| ext::shared_ptr< Impl > | impl_ |
| Array | params_ |
| Constraint | constraint_ |
Parameter which is always zero \( a(t) = 0 \)