QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Utility functions for mapping between forward rates of varying tenor. More...
#include <ql/math/matrix.hpp>
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
namespace | QuantLib::ForwardForwardMappings |
Functions | |
Matrix | ForwardForwardJacobian (const CurveState &cs, Size multiplier, Size offset) |
Matrix | YMatrix (const CurveState &cs, const std::vector< Spread > &shortDisplacements, const std::vector< Spread > &longDisplacements, Size Multiplier, Size offset) |
LMMCurveState | RestrictCurveState (const CurveState &cs, Size multiplier, Size offSet) |
Utility functions for mapping between forward rates of varying tenor.
Definition in file forwardforwardmappings.hpp.