QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Standard constant parameter \( a(t) = a \). More...
#include <parameter.hpp>
Classes | |
class | Impl |
Public Member Functions | |
ConstantParameter (const Constraint &constraint) | |
ConstantParameter (Real value, const Constraint &constraint) | |
Public Member Functions inherited from Parameter | |
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 |
Additional Inherited Members | |
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_ |
Standard constant parameter \( a(t) = a \).
Definition at line 71 of file parameter.hpp.
ConstantParameter | ( | const Constraint & | constraint | ) |
Definition at line 78 of file parameter.hpp.
ConstantParameter | ( | Real | value, |
const Constraint & | constraint | ||
) |