Linux Manuals session 3

Section 3: library functions

  • |

    beta_ (3) Linux Manual Page

    QuantLib::GaussLobattoIntegral – Integral of a one-dimensional function. Synopsis#include <ql/math/integrals/gausslobattointegral.hpp> Inherits QuantLib::Integrator. Public Member FunctionsGaussLobattoIntegral (Size maxIterations, Real absAccuracy, Real relAccuracy=Null< Real >(), bool useConvergenceEstimate=true) Protected Member FunctionsReal integrate (const boost::function< Real(Real)> &f, Real a, Real b) const Real adaptivGaussLobattoStep (const boost::function< Real(Real)> &f, Real a, Real b, Real fa, Real fb, Real is) const Real…

  • |

    betaFunction (3) Linux Manual Page

    ql/math/beta.hpp – Beta and beta incomplete functions. Synopsis#include <ql/math/distributions/gammadistribution.hpp> FunctionsReal betaFunction (Real z, Real w) Real betaContinuedFraction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Real incompleteBetaFunction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Incomplete Beta function. Detailed DescriptionBeta and beta incomplete functions. AuthorGenerated automatically by Doxygen for QuantLib from…

  • |

    betaContinuedFraction (3) Linux Manual Page

    ql/math/beta.hpp – Beta and beta incomplete functions. Synopsis#include <ql/math/distributions/gammadistribution.hpp> FunctionsReal betaFunction (Real z, Real w) Real betaContinuedFraction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Real incompleteBetaFunction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Incomplete Beta function. Detailed DescriptionBeta and beta incomplete functions. AuthorGenerated automatically by Doxygen for QuantLib from…

  • |

    beta (3) Linux Manual Page

    ql/math/beta.hpp – Beta and beta incomplete functions. Synopsis#include <ql/math/distributions/gammadistribution.hpp> FunctionsReal betaFunction (Real z, Real w) Real betaContinuedFraction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Real incompleteBetaFunction (Real a, Real b, Real x, Real accuracy=1e-16, Integer maxIteration=100) Incomplete Beta function. Detailed DescriptionBeta and beta incomplete functions. AuthorGenerated automatically by Doxygen for QuantLib from…

  • |

    bestfit_color (3) Linux Manual Page

    bestfit_color – Finds a palette color fitting the requested RGB values. Allegro game programming library. Synopsis#include <allegro.h> int bestfit_color(const PALETTE pal, int r, int g, int b); DescriptionSearches the specified palette for the closest match to the requested color, which are specified in the VGA hardware 0-63 format. Normally you should call makecol8() instead, but…

  • |

    ber_str2bv (3) Linux Manual Page

    ber_int_t, ber_uint_t, ber_len_t, ber_slen_t, ber_tag_t, struct berval, BerValue, BerVarray, BerElement, ber_bvfree, ber_bvecfree, ber_bvecadd, ber_bvarray_free, ber_bvarray_add, ber_bvdup, ber_dupbv, ber_bvstr, ber_bvstrdup, ber_str2bv, ber_alloc_t, ber_init, ber_init2, ber_free – OpenLDAP LBER types and allocation functions LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> typedef impl_tag_t ber_tag_t; typedef impl_int_t ber_int_t; typedef impl_uint_t ber_uint_t; typedef impl_len_t ber_len_t; typedef impl_slen_t ber_slen_t; typedef struct berval…

  • |

    ber_start_set (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_skip_tag (3) Linux Manual Page

    ber_get_next, ber_skip_tag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal, ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element – OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> ber_tag_t ber_get_next(Sockbuf *sb, ber_len_t *len, BerElement *ber); ber_tag_t ber_skip_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_peek_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_scanf(BerElement *ber, const char *fmt,…

  • |

    ber_scanf (3) Linux Manual Page

    ber_get_next, ber_skip_tag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal, ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element – OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> ber_tag_t ber_get_next(Sockbuf *sb, ber_len_t *len, BerElement *ber); ber_tag_t ber_skip_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_peek_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_scanf(BerElement *ber, const char *fmt,…

  • |

    ber_put_string (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_set (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_seq (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_ostring (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_null (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_int (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_put_enum (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_printf (3) Linux Manual Page

    ber_alloc_t, ber_flush, ber_flush2, ber_printf, ber_put_int, ber_put_enum, ber_put_ostring, ber_put_string, ber_put_null, ber_put_boolean, ber_put_bitstring, ber_start_seq, ber_start_set, ber_put_seq, ber_put_set – OpenLDAP LBER simplified Basic Encoding Rules library routines for encoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> BerElement *ber_alloc_t(int options); int ber_flush(Sockbuf *sb, BerElement *ber, int freeit); int ber_flush2(Sockbuf *sb, BerElement *ber, int freeit); int ber_printf(BerElement *ber, const char *fmt,…

  • |

    ber_peek_tag (3) Linux Manual Page

    ber_get_next, ber_skip_tag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal, ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element – OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> ber_tag_t ber_get_next(Sockbuf *sb, ber_len_t *len, BerElement *ber); ber_tag_t ber_skip_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_peek_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_scanf(BerElement *ber, const char *fmt,…

  • |

    ber_next_element (3) Linux Manual Page

    ber_get_next, ber_skip_tag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal, ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element – OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> ber_tag_t ber_get_next(Sockbuf *sb, ber_len_t *len, BerElement *ber); ber_tag_t ber_skip_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_peek_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_scanf(BerElement *ber, const char *fmt,…

  • |

    ber_get_stringb (3) Linux Manual Page

    ber_get_next, ber_skip_tag, ber_peek_tag, ber_scanf, ber_get_int, ber_get_enum, ber_get_stringb, ber_get_stringa, ber_get_stringal, ber_get_stringbv, ber_get_null, ber_get_boolean, ber_get_bitstring, ber_first_element, ber_next_element – OpenLDAP LBER simplified Basic Encoding Rules library routines for decoding LibraryOpenLDAP LBER (liblber, -llber) Synopsis#include <lber.h> ber_tag_t ber_get_next(Sockbuf *sb, ber_len_t *len, BerElement *ber); ber_tag_t ber_skip_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_peek_tag(BerElement *ber, ber_len_t *len); ber_tag_t ber_scanf(BerElement *ber, const char *fmt,…