Author: Linux Manual

Linux man pages imported from manual pages.
  • |

    maxIter_ (3) Linux Manual Page

    QuantLib::EurodollarFuturesImpliedStdDevQuote – quote for the Eurodollar-future implied standard deviation Synopsis#include <ql/quotes/eurodollarfuturesquote.hpp> Inherits QuantLib::Quote, and QuantLib::LazyObject. Public Member FunctionsEurodollarFuturesImpliedStdDevQuote (const Handle< Quote > &forward, const Handle< Quote > &callPrice, const Handle< Quote > &putPrice, Real strike, Real guess=.15, Real accuracy=1.0e-6, Natural maxIter=100) Quote interface Real value () const returns the current value bool isValid () const…

  • |

    maxEvaluations_ (3) Linux Manual Page

    QuantLib::Solver1D – Base class for 1-D solvers. Synopsis#include <ql/math/solver1d.hpp> Inherits CuriouslyRecurringTemplate< Impl >. Public Member FunctionsModifiers template<class F > Real solve (const F &f, Real accuracy, Real guess, Real step) const template<class F > Real solve (const F &f, Real accuracy, Real guess, Real xMin, Real xMax) const void setMaxEvaluations (Size evaluations) void setLowerBound (Real…

  • |

    maxError (3) Linux Manual Page

    QuantLib::AbcdAtmVolCurve – Abcd-interpolated at-the-money (no-smile) volatility curve. Synopsis#include <ql/experimental/volatility/abcdatmvolcurve.hpp> Inherits QuantLib::BlackAtmVolCurve, and QuantLib::LazyObject. Public Member FunctionsAbcdAtmVolCurve (Natural settlementDays, const Calendar &cal, const std::vector< Period > &optionTenors, const std::vector< Handle< Quote > > &volsHandles, const std::vector< bool > inclusionInInterpolationFlag=std::vector< bool >(1, true), BusinessDayConvention bdc=Following, const DayCounter &dc=Actual365Fixed()) floating reference date, floating market data std::vector< Real >…

  • |

    maxDate (3) Linux Manual Page

    QuantLib::CallableBondConstantVolatility – Constant callable-bond volatility, no time-strike dependence. Synopsis#include <ql/experimental/callablebonds/callablebondconstantvol.hpp> Inherits QuantLib::CallableBondVolatilityStructure. Public Member FunctionsCallableBondConstantVolatility (const Date &referenceDate, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (const Date &referenceDate, const Handle< Quote > &volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, const Handle< Quote…

  • |

    maxBondTenor (3) Linux Manual Page

    QuantLib::CallableBondConstantVolatility – Constant callable-bond volatility, no time-strike dependence. Synopsis#include <ql/experimental/callablebonds/callablebondconstantvol.hpp> Inherits QuantLib::CallableBondVolatilityStructure. Public Member FunctionsCallableBondConstantVolatility (const Date &referenceDate, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (const Date &referenceDate, const Handle< Quote > &volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, const Handle< Quote…

  • |

    maxBondLength (3) Linux Manual Page

    QuantLib::CallableBondConstantVolatility – Constant callable-bond volatility, no time-strike dependence. Synopsis#include <ql/experimental/callablebonds/callablebondconstantvol.hpp> Inherits QuantLib::CallableBondVolatilityStructure. Public Member FunctionsCallableBondConstantVolatility (const Date &referenceDate, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (const Date &referenceDate, const Handle< Quote > &volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, Volatility volatility, const DayCounter &dayCounter) CallableBondConstantVolatility (Natural settlementDays, const Calendar &, const Handle< Quote…

  • |

    max (3) Linux Manual Page

    QuantLib::GeneralStatistics – Statistics tool. Synopsis#include <ql/math/statistics/generalstatistics.hpp> Public Typestypedef Real value_type Public Member FunctionsInspectors Size samples () const number of samples collected const std::vector< std::pair< Real, Real > > & data () const collected data Real weightSum () const sum of data weights Real mean () const Real variance () const Real standardDeviation () const Real…

  • |

    maturity_ (3) Linux Manual Page

    QuantLib::InflationSwap – Abstract base class for inflation swaps. Synopsis#include <ql/instruments/inflationswap.hpp> Inherits QuantLib::Instrument. Inherited by YearOnYearInflationSwap, and ZeroCouponInflationSwap. Public Member FunctionsInflationSwap (const Date &start, const Date &maturity, const Period &lag, const Calendar &calendar, BusinessDayConvention convention, const DayCounter &dayCounter, const Handle< YieldTermStructure > &yieldTS) the constructor sets common data members virtual Rate fairRate () const =0 Inspectors…

  • |

    maturityDate_ (3) Linux Manual Page

    QuantLib::VarianceOption – Variance option. Synopsis#include <ql/experimental/varianceoption/varianceoption.hpp> Inherits QuantLib::Instrument. Classesclass arguments Arguments for forward fair-variance calculation class engine base class for variance-option engines class results Results from variance-option calculation Public Member FunctionsVarianceOption (const boost::shared_ptr< Payoff > &payoff, Real notional, const Date &startDate, const Date &maturityDate) void setupArguments (PricingEngine::arguments *args) const Instrument interface bool isExpired () const…

  • |

    maturityDate (3) Linux Manual Page

    QuantLib::CashFlows – cashflow-analysis functions Synopsis#include <ql/cashflows/cashflows.hpp> Static Public Member Functionsstatic Leg::const_iterator previousCashFlow (const Leg &leg, Date refDate=Date()) static Leg::const_iterator nextCashFlow (const Leg &leg, Date refDate=Date()) static Rate previousCouponRate (const Leg &leg, const Date &refDate=Date()) static Rate nextCouponRate (const Leg &leg, const Date &refDate=Date()) static Date startDate (const Leg &leg) static Date maturityDate (const Leg &leg)…

  • |

    maturity (3) Linux Manual Page

    QuantLib::HestonModelHelper – calibration helper for Heston model Synopsis#include <ql/models/equity/hestonmodelhelper.hpp> Inherits QuantLib::CalibrationHelper. Public Member FunctionsHestonModelHelper (const Period &maturity, const Calendar &calendar, const Real s0, const Real strikePrice, const Handle< Quote > &volatility, const Handle< YieldTermStructure > &riskFreeRate, const Handle< YieldTermStructure > &dividendYield, bool calibrateVolatility=false) void addTimesTo (std::list< Time > &) const Real modelValue () const returns…

  • |

    matrix_mul_f (3) Linux Manual Page

    matrix_mul, matrix_mul_f – Multiplies two matrices. Allegro game programming library. Synopsis#include <allegro.h> void matrix_mul(const MATRIX *m1, const MATRIX *m2, MATRIX *out); void matrix_mul_f(const MATRIX_f *m1, const MATRIX_f *m2, MATRIX_f *out); DescriptionMultiplies two matrices, storing the result in out (this may be a duplicate of one of the input matrices, but it is faster when the…

  • |

    matrix_mul (3) Linux Manual Page

    matrix_mul, matrix_mul_f – Multiplies two matrices. Allegro game programming library. Synopsis#include <allegro.h> void matrix_mul(const MATRIX *m1, const MATRIX *m2, MATRIX *out); void matrix_mul_f(const MATRIX_f *m1, const MATRIX_f *m2, MATRIX_f *out); DescriptionMultiplies two matrices, storing the result in out (this may be a duplicate of one of the input matrices, but it is faster when the…

  • |

    matherr (3) Linux Manual Page

    matherr – SVID math library exception handling Synopsis#include <math.h> int matherr(struct exception *exc); extern _LIB_VERSION_TYPE _LIB_VERSION;Link with -lm. DescriptionNote: the mechanism described in this page is no longer supported by glibc. Before glibc 2.27, it had been marked as obsolete. Since glibc 2.27, the mechanism has been removed altogether. New applications should use the techniques…

  • |

    math (3) Linux Manual Page

    Math tools – Math facilities of the library include: Pseudo-random number and low-discrepancy sequence generatorsImplementations of pseudo-random number and low-discrepancy sequence generators. They share the ql/RandomNumbers directory. One-dimensional solversThe abstract class QuantLib::Solver1D provides the interface for one-dimensional solvers which can find the zeroes of a given function. A number of such solvers is contained in…

  • |

    matchpathcon_init (3) Linux Manual Page

    matchpathcon, matchpathcon_index – get the default SELinux security context for the specified path from the file contexts configuration Synopsis#include <selinux/selinux.h> int matchpathcon_init(const char *path); int matchpathcon_init_prefix(const char *path, const char *prefix); int matchpathcon_fini(void); int matchpathcon(const char *path, mode_t mode, char **con); int matchpathcon_index(const char *name, mode_t mode, char **con); DescriptionThis family of functions is deprecated….

  • |

    matchpathcon_index (3) Linux Manual Page

    matchpathcon, matchpathcon_index – get the default SELinux security context for the specified path from the file contexts configuration Synopsis#include <selinux/selinux.h> int matchpathcon_init(const char *path); int matchpathcon_init_prefix(const char *path, const char *prefix); int matchpathcon_fini(void); int matchpathcon(const char *path, mode_t mode, char **con); int matchpathcon_index(const char *name, mode_t mode, char **con); DescriptionThis family of functions is deprecated….

  • |

    matchpathcon_fini (3) Linux Manual Page

    matchpathcon, matchpathcon_index – get the default SELinux security context for the specified path from the file contexts configuration Synopsis#include <selinux/selinux.h> int matchpathcon_init(const char *path); int matchpathcon_init_prefix(const char *path, const char *prefix); int matchpathcon_fini(void); int matchpathcon(const char *path, mode_t mode, char **con); int matchpathcon_index(const char *name, mode_t mode, char **con); DescriptionThis family of functions is deprecated….

  • |

    matchpathcon_filespec_eval (3) Linux Manual Page

    matchpathcon_checkmatches, matchpathcon_filespec_add, matchpathcon_filespec_destroy, matchpathcon_filespec_eval – check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations Synopsis#include <selinux/selinux.h> void matchpathcon_checkmatches(char *str); int matchpathcon_filespec_add(ino_t ino, int specind, const char *file); void matchpathcon_filespec_destroy(void); void matchpathcon_filespec_eval(void); Descriptionmatchpathcon_checkmatches() checks whether any specification has no matches and reports them. The str argument…

  • |

    matchpathcon_filespec_destroy (3) Linux Manual Page

    matchpathcon_checkmatches, matchpathcon_filespec_add, matchpathcon_filespec_destroy, matchpathcon_filespec_eval – check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations Synopsis#include <selinux/selinux.h> void matchpathcon_checkmatches(char *str); int matchpathcon_filespec_add(ino_t ino, int specind, const char *file); void matchpathcon_filespec_destroy(void); void matchpathcon_filespec_eval(void); Descriptionmatchpathcon_checkmatches() checks whether any specification has no matches and reports them. The str argument…