Author: Linux Manual

Linux man pages imported from manual pages.
  • |

    getFactors (3) Linux Manual Page

    QuantLib::MarketModelPathwiseDiscounter – Synopsis#include <ql/models/marketmodels/pathwisediscounter.hpp> Public Member FunctionsMarketModelPathwiseDiscounter (Time paymentTime, const std::vector< Time > &rateTimes) void getFactors (const Matrix &LIBORRates, const Matrix &Discounts, Size currentStep, std::vector< Real > &factors) const Detailed Descriptionthis class returns the number of units of the discretely compounding money market account that 1 unit of cash at the payment can buy using…

  • |

    getExistingHelpers (3) Linux Manual Page

    QuantLib::ConvexMonotoneInterpolation – Convex monotone yield-curve interpolation method. Synopsis#include <ql/math/interpolations/convexmonotoneinterpolation.hpp> Inherits QuantLib::Interpolation. Public Member FunctionsConvexMonotoneInterpolation (const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, Real quadraticity, Real monotonicity, bool forcePositive, bool flatFinalPeriod=false, const helper_map &preExistingHelpers=helper_map()) ConvexMonotoneInterpolation (Interpolation &interp) std::map< Real, boost::shared_ptr< detail::SectionHelper > > getExistingHelpers () Detailed Descriptiontemplate<class I1, class I2> class QuantLib::ConvexMonotoneInterpolation< I1, I2 >Convex…

  • |

    getDividendAmount (3) Linux Manual Page

    QuantLib::FDDividendEngineBase – Abstract base class for dividend engines. Synopsis#include <ql/pricingengines/vanilla/fddividendengine.hpp> Inherits QuantLib::FDMultiPeriodEngine. Inherited by FDDividendEngineMerton73, and FDDividendEngineShiftScale. Public Member FunctionsFDDividendEngineBase (const boost::shared_ptr< GeneralizedBlackScholesProcess > &process, Size timeSteps=100, Size gridPoints=100, bool timeDependent=false) Protected Member Functionsvirtual void setupArguments (const PricingEngine::arguments *) const void setGridLimits () const =0 void executeIntermediateStep (Size step) const =0 Real getDividendAmount (Size i)…

  • |

    getDiscountedDividend (3) Linux Manual Page

    QuantLib::FDDividendEngineBase – Abstract base class for dividend engines. Synopsis#include <ql/pricingengines/vanilla/fddividendengine.hpp> Inherits QuantLib::FDMultiPeriodEngine. Inherited by FDDividendEngineMerton73, and FDDividendEngineShiftScale. Public Member FunctionsFDDividendEngineBase (const boost::shared_ptr< GeneralizedBlackScholesProcess > &process, Size timeSteps=100, Size gridPoints=100, bool timeDependent=false) Protected Member Functionsvirtual void setupArguments (const PricingEngine::arguments *) const void setGridLimits () const =0 void executeIntermediateStep (Size step) const =0 Real getDividendAmount (Size i)…

  • |

    getArguments (3) Linux Manual Page

    QuantLib::PricingEngine – interface for pricing engines Synopsis#include <ql/pricingengine.hpp> Inherits QuantLib::Observable. Inherited by GenericEngine< Arguments, Results >, GenericEngine< ArgumentsType, ResultsType >, GenericEngine< BarrierOption::arguments, BarrierOption::results >, GenericEngine< BasketOption::arguments, BasketOption::results >, GenericEngine< Bond::arguments, Bond::results >, GenericEngine< CallableBond::arguments, CallableBond::results >, GenericEngine< CapFloor::arguments, CapFloor::results >, GenericEngine< CliquetOption::arguments, CliquetOption::results >, GenericEngine< ContinuousAveragingAsianOption::arguments, ContinuousAveragingAsianOption::results >, GenericEngine< ContinuousFixedLookbackOption::arguments, ContinuousFixedLookbackOption::results >, GenericEngine< ContinuousFloatingLookbackOption::arguments, ContinuousFloatingLookbackOption::results…

  • |

    generate_optimized_palette (3) Linux Manual Page

    generate_optimized_palette – Generates an optimized palette for a bitmap. Allegro game programming library. Synopsis#include <allegro.h> int generate_optimized_palette(BITMAP *bmp, PALETTE pal, const char rsvd[PAL_SIZE]); DescriptionGenerates a 256-color palette suitable for making a reduced color version of the specified truecolor image. The rsvd parameter points to a table indicating which colors it is allowed to modify: zero…

  • |

    generate_332_palette (3) Linux Manual Page

    generate_332_palette – Constructs a fake truecolor palette. Allegro game programming library. Synopsis#include <allegro.h> void generate_332_palette(PALETTE pal); DescriptionConstructs a fake truecolor palette, using three bits for red and green and two for the blue. The load_bitmap() function fills the palette parameter with this if the file does not contain a palette itself (ie. you are reading…

  • |

    generateArguments (3) Linux Manual Page

    QuantLib::LmCorrelationModel – libor forward correlation model Synopsis#include <ql/legacy/libormarketmodels/lmcorrmodel.hpp> Inherited by LmConstWrapperCorrelationModel, LmExponentialCorrelationModel, and LmLinearExponentialCorrelationModel. Public Member FunctionsLmCorrelationModel (Size size, Size nArguments) virtual Size size () const virtual Size factors () const std::vector< Parameter > & params () void setParams (const std::vector< Parameter > &arguments) virtual Disposable< Matrix > correlation (Time t, const Array &x=Null< Array…

  • |

    gendlib (3) Linux Manual Page

    gendlib – perl library for querying genders file Synopsisrequire “/usr/lib/genders/gendlib.pl”; DescriptionThis package contains common functions for manipulating the genders file. Previously this code existed only in the nodeattr command, but applications that must repeatedly call nodeattr would spend a great deal of time reading and parsing the genders file. These functions create an in-memory cache…

  • |

    gearings (3) Linux Manual Page

    QuantLib::CapFloor::arguments – Arguments for cap/floor calculation Synopsis#include <ql/instruments/capfloor.hpp> Inherits QuantLib::PricingEngine::arguments. Public Member Functionsvoid validate () const Public AttributesCapFloor::Type type std::vector< Date > startDates std::vector< Date > fixingDates std::vector< Date > endDates std::vector< Time > accrualTimes std::vector< Rate > capRates std::vector< Rate > floorRates std::vector< Rate > forwards std::vector< Real > gearings std::vector< Real > spreads…

  • |

    gearing_ (3) Linux Manual Page

    QuantLib::HaganPricer – CMS-coupon pricer. Synopsis#include <ql/cashflows/conundrumpricer.hpp> Inherits QuantLib::CmsCouponPricer. Inherited by AnalyticHaganPricer, and NumericHaganPricer. Public Member Functionsvirtual Real swapletPrice () const =0 virtual Rate swapletRate () const virtual Real capletPrice (Rate effectiveCap) const virtual Rate capletRate (Rate effectiveCap) const virtual Real floorletPrice (Rate effectiveFloor) const virtual Rate floorletRate (Rate effectiveFloor) const Real meanReversion () const void…

  • |

    gearing3_ (3) Linux Manual Page

    QuantLib::DoubleStickyRatchetPayoff – Intermediate class for single/double sticky/ratchet payoffs. Synopsis#include <ql/instruments/stickyratchet.hpp> Inherits QuantLib::Payoff. Inherited by RatchetMaxPayoff, RatchetMinPayoff, RatchetPayoff, StickyMaxPayoff, StickyMinPayoff, and StickyPayoff. Public Member FunctionsDoubleStickyRatchetPayoff (Real type1, Real type2, Real gearing1, Real gearing2, Real gearing3, Real spread1, Real spread2, Real spread3, Real initialValue1, Real initialValue2, Real accrualFactor) Payoff interface std::string name () const Real operator() (Real…

  • |

    gearing2_ (3) Linux Manual Page

    QuantLib::DoubleStickyRatchetPayoff – Intermediate class for single/double sticky/ratchet payoffs. Synopsis#include <ql/instruments/stickyratchet.hpp> Inherits QuantLib::Payoff. Inherited by RatchetMaxPayoff, RatchetMinPayoff, RatchetPayoff, StickyMaxPayoff, StickyMinPayoff, and StickyPayoff. Public Member FunctionsDoubleStickyRatchetPayoff (Real type1, Real type2, Real gearing1, Real gearing2, Real gearing3, Real spread1, Real spread2, Real spread3, Real initialValue1, Real initialValue2, Real accrualFactor) Payoff interface std::string name () const Real operator() (Real…

  • |

    gearing1_ (3) Linux Manual Page

    QuantLib::DoubleStickyRatchetPayoff – Intermediate class for single/double sticky/ratchet payoffs. Synopsis#include <ql/instruments/stickyratchet.hpp> Inherits QuantLib::Payoff. Inherited by RatchetMaxPayoff, RatchetMinPayoff, RatchetPayoff, StickyMaxPayoff, StickyMinPayoff, and StickyPayoff. Public Member FunctionsDoubleStickyRatchetPayoff (Real type1, Real type2, Real gearing1, Real gearing2, Real gearing3, Real spread1, Real spread2, Real spread3, Real initialValue1, Real initialValue2, Real accrualFactor) Payoff interface std::string name () const Real operator() (Real…

  • |

    gearing (3) Linux Manual Page

    QuantLib::FloatingRateCoupon – base floating-rate coupon class Synopsis#include <ql/cashflows/floatingratecoupon.hpp> Inherits QuantLib::Coupon, and QuantLib::Observer. Inherited by AverageBMACoupon, CappedFlooredCoupon, CmsCoupon, DigitalCoupon, IborCoupon, RangeAccrualFloatersCoupon, and SubPeriodsCoupon. Public Member FunctionsFloatingRateCoupon (const Date &paymentDate, const Real nominal, const Date &startDate, const Date &endDate, const Natural fixingDays, const boost::shared_ptr< InterestRateIndex > &index, const Real gearing=1.0, const Spread spread=0.0, const Date &refPeriodStart=Date(), const…

  • |

    gdbm (3) Linux Manual Page

    GDBM – The GNU database manager. Includes dbm and ndbm compatability. (Version 1.9.) Synopsis#include <gdbm.h> extern gdbm_error gdbm_errno; extern char *gdbm_version; GDBM_FILE gdbm_open (const char *name, int block_size,                      int flags, int mode,                      void (*fatal_func)(const char *)); void gdbm_close (GDBM_FILE dbf); int gdbm_store (GDBM_FILE dbf, datum key, datum content, int flag); datum gdbm_fetch (GDBM_FILE dbf, datum…

  • |

    gcvt (3) Linux Manual Page

    gcvt – convert a floating-point number to a string Synopsis#include <stdlib.h> char *gcvt(double number, int ndigit, char *buf);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): gcvt(): Since glibc 2.12: (_XOPEN_SOURCE >= 500) ! (_POSIX_C_SOURCE >= 200112L) || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SOURCEBefore glibc 2.12: _SVID_SOURCE || _XOPEN_SOURCE >= 500DescriptionThe gcvt() function converts…

  • |

    gc (3) Linux Manual Page

    GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page, GC_set_warn_proc – Garbage collecting malloc replacement Synopsis#include "gc.h" void * GC_malloc(size_t size); void GC_free(void *ptr); void * GC_realloc(void *ptr, size_t size); cc … gc.a DescriptionGC_malloc and GC_free are plug-in replacements for standard malloc and free. However, GC_malloc will attempt to reclaim inaccessible space automatically by invoking a…

  • |

    gaussianquadratures (3) Linux Manual Page

    ql/math/integrals/gaussianquadratures.hpp – Integral of a 1-dimensional function using the Gauss quadratures. Synopsis#include <ql/math/array.hpp> #include <ql/math/integrals/gaussianorthogonalpolynomial.hpp> Classesclass GaussianQuadrature Integral of a 1-dimensional function using the Gauss quadratures method. class GaussLaguerreIntegration generalized Gauss-Laguerre integration class GaussHermiteIntegration generalized Gauss-Hermite integration class GaussJacobiIntegration Gauss-Jacobi integration. class GaussHyperbolicIntegration Gauss-Hyperbolic integration. class GaussLegendreIntegration Gauss-Legendre integration. class GaussChebyshevIntegration Gauss-Chebyshev integration. class GaussChebyshev2thIntegration…

  • |

    gaussianorthogonalpolynomial (3) Linux Manual Page

    ql/math/integrals/gaussianorthogonalpolynomial.hpp – orthogonal polynomials for gaussian quadratures Synopsis#include <ql/types.hpp> Classesclass GaussianOrthogonalPolynomial orthogonal polynomial for Gaussian quadratures class GaussLaguerrePolynomial Gauss-Laguerre polynomial. class GaussHermitePolynomial Gauss-Hermite polynomial. class GaussJacobiPolynomial Gauss-Jacobi polynomial. class GaussLegendrePolynomial Gauss-Legendre polynomial. class GaussChebyshevPolynomial Gauss-Chebyshev polynomial. class GaussChebyshev2thPolynomial Gauss-Chebyshev polynomial (second kind). class GaussGegenbauerPolynomial Gauss-Gegenbauer polynomial. class GaussHyperbolicPolynomial Gauss hyperbolic polynomial. Detailed Descriptionorthogonal polynomials for…