SysTutorials Posts

  • |

    impl (3) Linux Manual Page

    NAME QuantLib::CuriouslyRecurringTemplate – Support for the curiously recurring template pattern. SYNOPSIS #include <ql/patterns/curiouslyrecurring.hpp> Protected Member Functions Impl & impl () const Impl & impl () const Detailed Description template<class Impl> class QuantLib::CuriouslyRecurringTemplate< Impl > Support for the curiously recurring template pattern. See James O. Coplien. A Curiously Recurring Template Pattern. In Stanley B. Lippman, editor,…

  • |

    immDate (3) Linux Manual Page

    QuantLib::FuturesConvAdjustmentQuote – quote for the futures-convexity adjustment of an index Synopsis#include <ql/quotes/futuresconvadjustmentquote.hpp> Inherits QuantLib::Quote, and QuantLib::Observer. Public Member FunctionsFuturesConvAdjustmentQuote (const boost::shared_ptr< IborIndex > &index, const Date &futuresDate, const Handle< Quote > &futuresQuote, const Handle< Quote > &volatility, const Handle< Quote > &meanReversion) FuturesConvAdjustmentQuote (const boost::shared_ptr< IborIndex > &index, const std::string &immCode, const Handle< Quote >…

  • |

    imclient (3) Linux Manual Page

     * NAME imclient library – authenticating callback interface to IMAP/IMSP servers SYNOPSIS #include <cyrus/imclient.h> void imclient_close (struct imclient *imclient); void imclient_setflags(struct imclient *imclient, intflags); void imclient_clearflags (struct imclient *imclient, intflags); char* imclient_servername (struct imclient *imclient); void imclient_addcallback (struct imclient * imclient ,…); void imclient_send (struct imclient *imclient, void (*finishproc)(), void *finishrock, const char *fmt, …);…

  • |

    imaxdiv_t (3) Linux Manual Page

    NAME system_data_types – overview of system data types DESCRIPTION aiocb Include: <aio.h>. struct aiocb {     int             aio_fildes;    /* File descriptor */     off_t           aio_offset;    /* File offset */     volatile void  *aio_buf;       /* Location of buffer */     size_t          aio_nbytes;    /* Length of transfer */     int             aio_reqprio;   /* Request priority offset */     struct sigevent aio_sigevent;  /* Signal number and value */     int             aio_lio_opcode;/* Operation to be performed */ }; For further information about this structure, see aio(7). Conforming to: POSIX.1-2001 and later. See also:…

  • |

    imaxdiv (3) Linux Manual Page

    NAME div, ldiv, lldiv, imaxdiv – compute quotient and remainder of an integer division SYNOPSIS #include <stdlib.h> div_t div(int numerator, int denominator); ldiv_t ldiv(long numerator, long denominator); lldiv_t lldiv(long long numerator, long long denominator); #include <inttypes.h> imaxdiv_t imaxdiv(intmax_t numerator, intmax_t denominator); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): lldiv(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L DESCRIPTION The…

  • |

    imaxabs (3) Linux Manual Page

    NAME abs, labs, llabs, imaxabs – compute the absolute value of an integer SYNOPSIS #include <stdlib.h> int abs(int j); long labs(long j); long long llabs(long long j); #include <inttypes.h> intmax_t imaxabs(intmax_t j); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): llabs(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L DESCRIPTION The abs() function computes the absolute value of the integer…

  • |

    ilogbl (3) Linux Manual Page

    NAME ilogb, ilogbf, ilogbl – get integer exponent of a floating-point value SYNOPSIS #include <math.h> int ilogb(double x); int ilogbf(float x); int ilogbl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): ilogb(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || _XOPEN_SOURCE >= 500     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE ilogbf(), ilogbl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE…

  • |

    ilogbf (3) Linux Manual Page

    NAME ilogb, ilogbf, ilogbl – get integer exponent of a floating-point value SYNOPSIS #include <math.h> int ilogb(double x); int ilogbf(float x); int ilogbl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): ilogb(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || _XOPEN_SOURCE >= 500     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE ilogbf(), ilogbl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE…

  • |

    ilogb (3) Linux Manual Page

    NAME ilogb, ilogbf, ilogbl – get integer exponent of a floating-point value SYNOPSIS #include <math.h> int ilogb(double x); int ilogbf(float x); int ilogbl(long double x); Link with -lm. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): ilogb(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || _XOPEN_SOURCE >= 500     || /* Since glibc 2.19: */ _DEFAULT_SOURCE     || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE ilogbf(), ilogbl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L     || /* Since glibc 2.19: */ _DEFAULT_SOURCE…

  • |

    ilazlr.f (3) Linux Manual Page

    ilazlr.f – SynopsisFunctions/SubroutinesINTEGER function ilazlr (M, N, A, LDA) ILAZLR scans a matrix for its last non-zero row. Function/Subroutine DocumentationINTEGER function ilazlr (integerM, integerN, complex*16, dimension( lda, * )A, integerLDA)ILAZLR scans a matrix for its last non-zero row. Purpose: ILAZLR scans A for its last non-zero row.  Parameters: M M is INTEGER The number of…

  • |

    ilazlc.f (3) Linux Manual Page

    ilazlc.f – SynopsisFunctions/SubroutinesINTEGER function ilazlc (M, N, A, LDA) ILAZLC scans a matrix for its last non-zero column. Function/Subroutine DocumentationINTEGER function ilazlc (integerM, integerN, complex*16, dimension( lda, * )A, integerLDA)ILAZLC scans a matrix for its last non-zero column. Purpose: ILAZLC scans A for its last non-zero column.  Parameters: M M is INTEGER The number of…

  • |

    ilauplo.f (3) Linux Manual Page

    ilauplo.f – SynopsisFunctions/SubroutinesINTEGER function ilauplo (UPLO) ILAUPLO Function/Subroutine DocumentationINTEGER function ilauplo (characterUPLO)ILAUPLO Purpose: This subroutine translated from a character string specifying a upper- or lower-triangular matrix to the relevant BLAST-specified integer constant. ILAUPLO returns an INTEGER. If ILAUPLO < 0, then the input is not a character indicating an upper- or lower-triangular matrix. Otherwise ILAUPLO…

  • |

    ilatrans.f (3) Linux Manual Page

    ilatrans.f – SynopsisFunctions/SubroutinesINTEGER function ilatrans (TRANS) ILATRANS Function/Subroutine DocumentationINTEGER function ilatrans (characterTRANS)ILATRANS Purpose: This subroutine translates from a character string specifying a transposition operation to the relevant BLAST-specified integer constant. ILATRANS returns an INTEGER. If ILATRANS < 0, then the input is not a character indicating a transposition operator. Otherwise ILATRANS returns the constant value…

  • |

    ilaslr.f (3) Linux Manual Page

    ilaslr.f – SynopsisFunctions/SubroutinesINTEGER function ilaslr (M, N, A, LDA) ILASLR scans a matrix for its last non-zero row. Function/Subroutine DocumentationINTEGER function ilaslr (integerM, integerN, real, dimension( lda, * )A, integerLDA)ILASLR scans a matrix for its last non-zero row. Purpose: ILASLR scans A for its last non-zero row.  Parameters: M M is INTEGER The number of…

  • |

    ilaslc.f (3) Linux Manual Page

    ilaslc.f – SynopsisFunctions/SubroutinesINTEGER function ilaslc (M, N, A, LDA) ILASLC scans a matrix for its last non-zero column. Function/Subroutine DocumentationINTEGER function ilaslc (integerM, integerN, real, dimension( lda, * )A, integerLDA)ILASLC scans a matrix for its last non-zero column. Purpose: ILASLC scans A for its last non-zero column.  Parameters: M M is INTEGER The number of…

  • |

    ilaprec.f (3) Linux Manual Page

    ilaprec.f – SynopsisFunctions/SubroutinesINTEGER function ilaprec (PREC) ILAPREC Function/Subroutine DocumentationINTEGER function ilaprec (characterPREC)ILAPREC Purpose: This subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant. ILAPREC returns an INTEGER. If ILAPREC < 0, then the input is not a character indicating a supported intermediate precision. Otherwise ILAPREC returns the constant…

  • |

    ilaenv.f (3) Linux Manual Page

    ilaenv.f – SynopsisFunctions/SubroutinesINTEGER function ilaenv (ISPEC, NAME, OPTS, N1, N2, N3, N4) ILAENV Function/Subroutine DocumentationINTEGER function ilaenv (integerISPEC, character*( * )NAME, character*( * )OPTS, integerN1, integerN2, integerN3, integerN4)ILAENV Purpose: ILAENV is called from the LAPACK routines to choose problem-dependent parameters for the local environment. See ISPEC for a description of the parameters. ILAENV returns an…

  • |

    iladlr.f (3) Linux Manual Page

    iladlr.f – SynopsisFunctions/SubroutinesINTEGER function iladlr (M, N, A, LDA) ILADLR scans a matrix for its last non-zero row. Function/Subroutine DocumentationINTEGER function iladlr (integerM, integerN, double precision, dimension( lda, * )A, integerLDA)ILADLR scans a matrix for its last non-zero row. Purpose: ILADLR scans A for its last non-zero row.  Parameters: M M is INTEGER The number…

  • |

    iladlc.f (3) Linux Manual Page

    iladlc.f – SynopsisFunctions/SubroutinesINTEGER function iladlc (M, N, A, LDA) ILADLC scans a matrix for its last non-zero column. Function/Subroutine DocumentationINTEGER function iladlc (integerM, integerN, double precision, dimension( lda, * )A, integerLDA)ILADLC scans a matrix for its last non-zero column. Purpose: ILADLC scans A for its last non-zero column.  Parameters: M M is INTEGER The number…

  • |

    iladiag.f (3) Linux Manual Page

    iladiag.f – SynopsisFunctions/SubroutinesINTEGER function iladiag (DIAG) ILADIAG Function/Subroutine DocumentationINTEGER function iladiag (characterDIAG)ILADIAG Purpose: This subroutine translated from a character string specifying if a matrix has unit diagonal or not to the relevant BLAST-specified integer constant. ILADIAG returns an INTEGER. If ILADIAG < 0, then the input is not a character indicating a unit or non-unit…