params_ (3) Linux Manual Page
QuantLib::Parameter – Base class for model arguments.
Synopsis
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 boost::shared_ptr< Impl > & implementation () const
Protected Member Functions
Inherited by ConstantParameter, NullParameter, PiecewiseConstantParameter, and TermStructureFittingParameter.
Classes
class Impl
Base class for model parameter implementation.
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 boost::shared_ptr< Impl > & implementation () const
Protected Member Functions
Parameter (Size size, const boost::shared_ptr< Impl > &impl, const Constraint &constraint)
Protected Attributes
boost::shared_ptr< Impl > impl_
Array params_
Constraint constraint_
Detailed Description
Base class for model arguments.
Author
Generated automatically by Doxygen for QuantLib from the source code.
