Linux Manuals session 3

Section 3: library functions

  • |

    common-lisp-controller (3) Linux Manual Page

    common-lisp-controller – Common Lisp system management tool DescriptionThe common-lisp-controller system will manage the installed Common Lisp implementations and libraries on the system. The main function is to enable every user to load any available library and to store the compiled files in a user and implementation specific cache directory. On upgrades of either implementations or…

  • |

    commoditypricinghelpers (3) Linux Manual Page

    ql/experimental/commodities/commoditypricinghelpers.hpp – Commodity pricing helpers. Synopsis#include <ql/experimental/commodities/energycommodity.hpp> #include <ql/experimental/commodities/paymentterm.hpp> #include <ql/experimental/commodities/pricingperiod.hpp> #include <ql/experimental/commodities/unitofmeasureconversionmanager.hpp> #include <ql/currencies/exchangeratemanager.hpp> Classesclass CommodityPricingHelper commodity index helper Detailed DescriptionCommodity pricing helpers. AuthorGenerated automatically by Doxygen for QuantLib from the source code.

  • |

    commoditycashflow (3) Linux Manual Page

    ql/experimental/commodities/commoditycashflow.hpp – Commodity cash flow. Synopsis#include <ql/cashflow.hpp> #include <ql/money.hpp> #include <map> Typedefstypedef std::map< Date, boost::shared_ptr< CommodityCashFlow > > CommodityCashFlows Functionsstd::ostream & operator<< (std::ostream &out, const SecondaryCostAmounts &secondaryCostAmounts) Detailed DescriptionCommodity cash flow. AuthorGenerated automatically by Doxygen for QuantLib from the source code.

  • |

    commodityTypes_ (3) Linux Manual Page

    QuantLib::CommodityType – commodity type Synopsis#include <ql/experimental/commodities/commoditytype.hpp> Inherited by NullCommodityType. Public Member FunctionsCommodityType () default constructor CommodityType (const std::string &code, const std::string &name) Inspectors const std::string & code () const commodity code, e.g, ‘HO’ const std::string & name () const name, e.g, ‘Heating Oil’ Other information bool empty () const is this a usable instance? Protected…

  • |

    commodityType_ (3) Linux Manual Page

    QuantLib::CommodityCurve – Commodity term structure. Synopsis#include <ql/experimental/commodities/commoditycurve.hpp> Inherits QuantLib::TermStructure. Public Member FunctionsCommodityCurve (const std::string &name, const CommodityType &commodityType, const Currency &currency, const UnitOfMeasure &unitOfMeasure, const Calendar &calendar, const std::vector< Date > &dates, const std::vector< Real > &prices, const DayCounter &dayCounter=Actual365Fixed()) CommodityCurve (const std::string &name, const CommodityType &commodityType, const Currency &currency, const UnitOfMeasure &unitOfMeasure, const Calendar…

  • |

    com_err (3) Linux Manual Page

    com_err – common error display routine Synopsis #include <et/com_err.h> void (*proc) (const char *, long, const char *, va_list); void com_err (const char *whoami, long code, const char *format, …); proc = set_com_err_hook (proc); proc = reset_com_err_hook (); void initialize_XXXX_error_table ();DescriptionCom_err displays an error message on the standard error stream stderr (see stdio(3S)) composed of…

  • |

    columns (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    column_rend (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    column_rbegin (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    column_iterator (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    column_end (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    column_begin (3) Linux Manual Page

    QuantLib::Matrix – Matrix used in linear algebra. Synopsis#include <ql/math/matrix.hpp> Inherited by Disposable< Matrix >. Public Typestypedef Real * iterator typedef const Real * const_iterator typedef boost::reverse_iterator< iterator > reverse_iterator typedef boost::reverse_iterator< const_iterator > const_reverse_iterator typedef Real * row_iterator typedef const Real * const_row_iterator typedef boost::reverse_iterator< row_iterator > reverse_row_iterator typedef boost::reverse_iterator< const_row_iterator > const_reverse_row_iterator typedef step_iterator<…

  • |

    coeff_ (3) Linux Manual Page

    QuantLib::LongstaffSchwartzPathPricer – Longstaff-Schwarz path pricer for early exercise options. Synopsis#include <ql/methods/montecarlo/longstaffschwartzpathpricer.hpp> Inherits PathPricer< PathType >. Public Typestypedef EarlyExerciseTraits< PathType >::StateType StateType Public Member FunctionsLongstaffSchwartzPathPricer (const TimeGrid &times, const boost::shared_ptr< EarlyExercisePathPricer< PathType > > &, const boost::shared_ptr< YieldTermStructure > &termStructure) Real operator() (const PathType &path) const virtual void calibrate () Protected Attributesbool calibrationPhase_ const boost::shared_ptr< EarlyExercisePathPricer<…

  • |

    codec.h (3) Linux Manual Page

    daala/codec.h – The shared libdaala C API. Synopsis#include ‘daala_integer.h’ Data Structuresstruct daala_image_plane Representation of a single component within an image or frame. struct daala_image Representation of an image or video frame. struct daala_plane_info Subsampling factors for a plane as a power of 2. struct daala_info Configuration parameters for a codec instance. struct daala_packet struct daala_comment…

  • |

    code (3) Linux Manual Page

    QuantLib::Currency – Currency specification Synopsis#include <ql/currency.hpp> Inherited by ARSCurrency, ATSCurrency, AUDCurrency, BDTCurrency, BEFCurrency, BGLCurrency, BRLCurrency, BYRCurrency, CADCurrency, CHFCurrency, CLPCurrency, CNYCurrency, COPCurrency, CYPCurrency, CZKCurrency, DEMCurrency, DKKCurrency, EEKCurrency, ESPCurrency, EURCurrency, FIMCurrency, FRFCurrency, GBPCurrency, GRDCurrency, HKDCurrency, HUFCurrency, IEPCurrency, ILSCurrency, INRCurrency, IQDCurrency, IRRCurrency, ISKCurrency, ITLCurrency, JPYCurrency, KRWCurrency, KWDCurrency, LTLCurrency, LUFCurrency, LVLCurrency, MTLCurrency, MXNCurrency, NLGCurrency, NOKCurrency, NPRCurrency, NZDCurrency, PEHCurrency, PEICurrency,…

  • |

    cmsg (3) Linux Manual Page

    CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR – access ancillary data Synopsis#include <sys/socket.h> struct cmsghdr *CMSG_FIRSTHDR(struct msghdr *msgh); struct cmsghdr *CMSG_NXTHDR(struct msghdr *msgh, struct cmsghdr *cmsg); size_t CMSG_ALIGN(size_t length); size_t CMSG_SPACE(size_t length); size_t CMSG_LEN(size_t length); unsigned char *CMSG_DATA(struct cmsghdr *cmsg);DescriptionThese macros are used to create and access control messages (also called ancillary data) that are not a part…

  • |

    cmciConnect (3) Linux Manual Page

    cmciConnect() – Create a CMCIClient object and connection Synopsis#include <cmci.h> CMCIClient* cmciConnect(constchar*hostName,constchar*scheme, constchar*hostPort,constchar*CimUsername, constchar*CimPassword,CMPIStatus*rc); CMCIClient* cmciConnect2(constchar*hostName,constchar*scheme, constchar*hostPort,constchar*CimUsername, intverifyMode,constchar*trustStore, constchar*certFile,constchar*keyFile, constchar*CimPassword,CMPIStatus*rc); DescriptionCreate a CMCIClient object and initialize it with the CIMOM connection hostname and port, the security credentials to log into the CIMOM, and the internals for sending requests and receiving responses from the CIMOM. Arguments…

  • |

    cmark (3) Linux Manual Page

    cmark – CommonMark parsing, manipulating, and rendering DescriptionSimple Interfacechar * cmark_markdown_to_html(const char *text, size_t len, int options) Convert text (assumed to be a UTF-8 encoded string with length len from CommonMark Markdown to HTML, returning a null-terminated, UTF-8-encoded string. Node StructureCreating and Destroying Nodescmark_node * cmark_node_new(cmark_node_type type) Creates a new node of type type. Note…

  • |

    cmap_track_delete (3) Linux Manual Page

    cmap_track_delete – Remove tracking of values in CMAP Synopsis#include <corosync/cmap.h> cs_error_t cmap_track_delete (cmap_handle_t handle, cmap_track_handle_t track_handle); DescriptionThe cmap_track_delte function is used to remove tracking of values changed in CMAP. The handle argument is connection to CMAP database obtained by calling cmap_initialize(3) function. track_handle argument is iterator handle obtained by cmap_track_add(3) function. Return ValueThis call returns…

  • |

    cmap_track_add (3) Linux Manual Page

    cmap_track_add – Set tracking function for values in CMAP Synopsis#include <corosync/cmap.h> cs_error_t cmap_track_add (cmap_handle_t handle, const char *key_name, int32_t track_type, cmap_notify_fn_t notify_fn, void *user_data, cmap_track_handle_t *cmap_track_handle); DescriptionThe cmap_track_add function is used to set function which tracks changes in CMAP. One CMAP connection can track multiple keys and also it’s possible to track one key multiple…