QuantLib
A free/open-source library for quantitative finance
Reference manual - version 1.20
List of all members
NullParameter Class Reference

Parameter which is always zero \( a(t) = 0 \) More...

#include <ql/models/parameter.hpp>

+ Inheritance diagram for NullParameter:

Additional Inherited Members

- Public Member Functions inherited from Parameter
const Arrayparams () const
 
void setParam (Size i, Real x)
 
bool testParams (const Array &params) const
 
Size size () const
 
Real operator() (Time t) const
 
const ext::shared_ptr< Impl > & implementation () const
 
const Constraintconstraint () const
 
- Protected Member Functions inherited from Parameter
 Parameter (Size size, const ext::shared_ptr< Impl > &impl, const Constraint &constraint)
 
- Protected Attributes inherited from Parameter
ext::shared_ptr< Implimpl_
 
Array params_
 
Constraint constraint_
 

Detailed Description

Parameter which is always zero \( a(t) = 0 \)