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 boost::shared_ptr< Impl > & implementation () const
 
- Protected Member Functions inherited from Parameter
 Parameter (Size size, const boost::shared_ptr< Impl > &impl, const Constraint &constraint)
 
- Protected Attributes inherited from Parameter
boost::shared_ptr< Implimpl_
 
Array params_
 
Constraint constraint_
 

Detailed Description

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