SysTutorials Posts

  • |

    SGBRFS (3) Linux Manual Page

    NAME sgbrfs.f – SYNOPSIS Functions/Subroutines subroutine sgbrfs (TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO) SGBRFS Function/Subroutine Documentation subroutine sgbrfs (characterTRANS, integerN, integerKL, integerKU, integerNRHS, real, dimension( ldab, * )AB, integerLDAB, real, dimension( ldafb, * )AFB, integerLDAFB, integer, dimension( * )IPIV, real, dimension( ldb,…

  • |

    SGBMV (3) Linux Manual Page

    NAME sgbmv.f – SYNOPSIS Functions/Subroutines subroutine sgbmv (TRANS, M, N, KL, KU, ALPHA, A, LDA, X, INCX, BETA, Y, INCY) SGBMV Function/Subroutine Documentation subroutine sgbmv (characterTRANS, integerM, integerN, integerKL, integerKU, realALPHA, real, dimension(lda,*)A, integerLDA, real, dimension(*)X, integerINCX, realBETA, real, dimension(*)Y, integerINCY) SGBMV Purpose: SGBMV performs one of the matrix-vector operations y := alpha*A*x + beta*y,…

  • |

    SGBEQUB (3) Linux Manual Page

    NAME sgbequb.f – SYNOPSIS Functions/Subroutines subroutine sgbequb (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, INFO) SGBEQUB Function/Subroutine Documentation subroutine sgbequb (integerM, integerN, integerKL, integerKU, real, dimension( ldab, * )AB, integerLDAB, real, dimension( * )R, real, dimension( * )C, realROWCND, realCOLCND, realAMAX, integerINFO) SGBEQUB Purpose: SGBEQUB computes row and column scalings intended…

  • |

    SGBEQU (3) Linux Manual Page

    NAME sgbequ.f – SYNOPSIS Functions/Subroutines subroutine sgbequ (M, N, KL, KU, AB, LDAB, R, C, ROWCND, COLCND, AMAX, INFO) SGBEQU Function/Subroutine Documentation subroutine sgbequ (integerM, integerN, integerKL, integerKU, real, dimension( ldab, * )AB, integerLDAB, real, dimension( * )R, real, dimension( * )C, realROWCND, realCOLCND, realAMAX, integerINFO) SGBEQU Purpose: SGBEQU computes row and column scalings intended…

  • |

    SGBCON (3) Linux Manual Page

    NAME sgbcon.f – SYNOPSIS Functions/Subroutines subroutine sgbcon (NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, WORK, IWORK, INFO) SGBCON Function/Subroutine Documentation subroutine sgbcon (characterNORM, integerN, integerKL, integerKU, real, dimension( ldab, * )AB, integerLDAB, integer, dimension( * )IPIV, realANORM, realRCOND, real, dimension( * )WORK, integer, dimension( * )IWORK, integerINFO) SGBCON Purpose: SGBCON estimates the reciprocal…

  • |

    SGBBRD (3) Linux Manual Page

    NAME sgbbrd.f – SYNOPSIS Functions/Subroutines subroutine sgbbrd (VECT, M, N, NCC, KL, KU, AB, LDAB, D, E, Q, LDQ, PT, LDPT, C, LDC, WORK, INFO) SGBBRD Function/Subroutine Documentation subroutine sgbbrd (characterVECT, integerM, integerN, integerNCC, integerKL, integerKU, real, dimension( ldab, * )AB, integerLDAB, real, dimension( * )D, real, dimension( * )E, real, dimension( ldq, * )Q,…

  • |

    SEKLibor (3) Linux Manual Page

    QuantLib::SEKLibor – SEK LIBOR rate Synopsis #include <ql/indexes/ibor/seklibor.hpp> Inherits QuantLib::Libor. Public Member Functions SEKLibor (const Period &tenor, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >()) Detailed Description SEK LIBOR rate Sweden Krone LIBOR fixed by BBA. See <http://www.bba.org.uk/bba/jsp/polopoly.jsp?d=225&a=1414>. Author Generated automatically by Doxygen for QuantLib from the source code.

  • |

    SECOND (3) Linux Manual Page

    NAME second_EXT_ETIME.f – SYNOPSIS Functions/Subroutines REAL function second () SECOND Using ETIME Function/Subroutine Documentation REAL function second () SECOND Using ETIME Purpose: SECOND returns the user time for a process in seconds. This version gets the time from the EXTERNAL system function ETIME.   Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado…

  • |

    SD_WARNING (3) Linux Manual Page

    sd-daemon, SD_EMERG, SD_ALERT, SD_CRIT, SD_ERR, SD_WARNING, SD_NOTICE, SD_INFO, SD_DEBUG – APIs for new-style daemons Synopsis #include <systemd/sd-daemon.h> pkg-config –cflags –libs libsystemd Description sd-daemon.h provide APIs for new-style daemons, as implemented by the systemd(1) init system. See sd_listen_fds(3), sd_notify(3), sd_booted(3), sd_is_fifo(3), sd_watchdog_enabled(3) for more information about the functions implemented. In addition to these functions, a couple…

  • |

    SD_NOTICE (3) Linux Manual Page

    sd-daemon, SD_EMERG, SD_ALERT, SD_CRIT, SD_ERR, SD_WARNING, SD_NOTICE, SD_INFO, SD_DEBUG – APIs for new-style daemons Synopsis #include <systemd/sd-daemon.h> pkg-config –cflags –libs libsystemd Description sd-daemon.h provide APIs for new-style daemons, as implemented by the systemd(1) init system. See sd_listen_fds(3), sd_notify(3), sd_booted(3), sd_is_fifo(3), sd_watchdog_enabled(3) for more information about the functions implemented. In addition to these functions, a couple…

  • |

    SD_LISTEN_FDS_START (3) Linux Manual Page

    sd_listen_fds, SD_LISTEN_FDS_START – Check for file descriptors passed by the system manager Synopsis #include <systemd/sd-daemon.h> #define SD_LISTEN_FDS_START 3 int sd_listen_fds(int unset_environment); Description sd_listen_fds() shall be called by a daemon to check for file descriptors passed by the init system as part of the socket-based activation logic. If the unset_environment parameter is non-zero, sd_listen_fds() will unset the…

  • |

    SD_JOURNAL_SYSTEM (3) Linux Manual Page

    sd_journal_open, sd_journal_open_directory, sd_journal_open_files, sd_journal_open_container, sd_journal_close, sd_journal, SD_JOURNAL_LOCAL_ONLY, SD_JOURNAL_RUNTIME_ONLY, SD_JOURNAL_SYSTEM, SD_JOURNAL_CURRENT_USER – Open the system journal for reading Synopsis #include <systemd/sd-journal.h> int sd_journal_open(sd_journal **ret, int flags); int sd_journal_open_directory(sd_journal **ret, const char *path, int flags); int sd_journal_open_files(sd_journal **ret, const char **paths, int flags); int sd_journal_open_container(sd_journal **ret, const char *machine, int flags); void sd_journal_close(sd_journal *j); Description sd_journal_open() opens the log journal for reading. It will find all journal files automatically…

  • |

    SD_JOURNAL_SUPPRESS_LOCATION (3) Linux Manual Page

    sd_journal_print, sd_journal_printv, sd_journal_send, sd_journal_sendv, sd_journal_perror, SD_JOURNAL_SUPPRESS_LOCATION – Submit log entries to the journal Synopsis #include <systemd/sd-journal.h> int sd_journal_print(int priority, const char *format, …); int sd_journal_printv(int priority, const char *format, va_list ap); int sd_journal_send(const char *format, …); int sd_journal_sendv(const struct iovec *iov, int n); int sd_journal_perror(const char *message); Description sd_journal_print() may be used to submit simple, plain text log entries to the system journal. The…

  • |

    SD_JOURNAL_RUNTIME_ONLY (3) Linux Manual Page

    sd_journal_open, sd_journal_open_directory, sd_journal_open_files, sd_journal_open_container, sd_journal_close, sd_journal, SD_JOURNAL_LOCAL_ONLY, SD_JOURNAL_RUNTIME_ONLY, SD_JOURNAL_SYSTEM, SD_JOURNAL_CURRENT_USER – Open the system journal for reading Synopsis #include <systemd/sd-journal.h> int sd_journal_open(sd_journal **ret, int flags); int sd_journal_open_directory(sd_journal **ret, const char *path, int flags); int sd_journal_open_files(sd_journal **ret, const char **paths, int flags); int sd_journal_open_container(sd_journal **ret, const char *machine, int flags); void sd_journal_close(sd_journal *j); Description sd_journal_open() opens the log journal for reading. It will find all journal files automatically…

  • |

    SD_JOURNAL_NOP (3) Linux Manual Page

    sd_journal_get_fd, sd_journal_get_events, sd_journal_get_timeout, sd_journal_process, sd_journal_wait, sd_journal_reliable_fd, SD_JOURNAL_NOP, SD_JOURNAL_APPEND, SD_JOURNAL_INVALIDATE – Journal change notification interface Synopsis #include <systemd/sd-journal.h> int sd_journal_get_fd(sd_journal *j); int sd_journal_get_events(sd_journal *j); int sd_journal_get_timeout(sd_journal *j, uint64_t *timeout_usec); int sd_journal_process(sd_journal *j); int sd_journal_wait(sd_journal *j, uint64_t timeout_usec); int sd_journal_reliable_fd(sd_journal *j); Description sd_journal_get_fd() returns a file descriptor that may be asynchronously polled in an external event loop and is signaled as soon as the journal…

  • |

    SD_JOURNAL_LOCAL_ONLY (3) Linux Manual Page

    sd_journal_open, sd_journal_open_directory, sd_journal_open_files, sd_journal_open_container, sd_journal_close, sd_journal, SD_JOURNAL_LOCAL_ONLY, SD_JOURNAL_RUNTIME_ONLY, SD_JOURNAL_SYSTEM, SD_JOURNAL_CURRENT_USER – Open the system journal for reading Synopsis #include <systemd/sd-journal.h> int sd_journal_open(sd_journal **ret, int flags); int sd_journal_open_directory(sd_journal **ret, const char *path, int flags); int sd_journal_open_files(sd_journal **ret, const char **paths, int flags); int sd_journal_open_container(sd_journal **ret, const char *machine, int flags); void sd_journal_close(sd_journal *j); Description sd_journal_open() opens the log journal for reading. It will find all journal files automatically…

  • |

    SD_JOURNAL_INVALIDATE (3) Linux Manual Page

    sd_journal_get_fd, sd_journal_get_events, sd_journal_get_timeout, sd_journal_process, sd_journal_wait, sd_journal_reliable_fd, SD_JOURNAL_NOP, SD_JOURNAL_APPEND, SD_JOURNAL_INVALIDATE – Journal change notification interface Synopsis #include <systemd/sd-journal.h> int sd_journal_get_fd(sd_journal *j); int sd_journal_get_events(sd_journal *j); int sd_journal_get_timeout(sd_journal *j, uint64_t *timeout_usec); int sd_journal_process(sd_journal *j); int sd_journal_wait(sd_journal *j, uint64_t timeout_usec); int sd_journal_reliable_fd(sd_journal *j); Description sd_journal_get_fd() returns a file descriptor that may be asynchronously polled in an external event loop and is signaled as soon as the journal…

  • |

    SD_JOURNAL_FOREACH_UNIQUE (3) Linux Manual Page

    sd_journal_query_unique, sd_journal_enumerate_unique, sd_journal_restart_unique, SD_JOURNAL_FOREACH_UNIQUE – Read unique data fields from the journal Synopsis #include <systemd/sd-journal.h> int sd_journal_query_unique(sd_journal *j, const char *field); int sd_journal_enumerate_unique(sd_journal *j, const void **data, size_t *length); void sd_journal_restart_unique(sd_journal *j); SD_JOURNAL_FOREACH_UNIQUE(sd_journal *j, const void *data, size_t length); Description sd_journal_query_unique() queries the journal for all unique values the specified field can take. It takes two arguments: the journal to query and the field…

  • |

    SD_JOURNAL_FOREACH_DATA (3) Linux Manual Page

    sd_journal_get_data, sd_journal_enumerate_data, sd_journal_restart_data, SD_JOURNAL_FOREACH_DATA, sd_journal_set_data_threshold, sd_journal_get_data_threshold – Read data fields from the current journal entry Synopsis #include <systemd/sd-journal.h> int sd_journal_get_data(sd_journal *j, const char *field, const void **data, size_t *length); int sd_journal_enumerate_data(sd_journal *j, const void **data, size_t *length); void sd_journal_restart_data(sd_journal *j); SD_JOURNAL_FOREACH_DATA(sd_journal *j, const void *data, size_t length); int sd_journal_set_data_threshold(sd_journal *j, size_t sz); int sd_journal_get_data_threshold(sd_journal *j, size_t *sz); Description sd_journal_get_data() gets the data object associated with a specific field from the…

  • |

    SD_JOURNAL_FOREACH_BACKWARDS (3) Linux Manual Page

    sd_journal_next, sd_journal_previous, sd_journal_next_skip, sd_journal_previous_skip, SD_JOURNAL_FOREACH, SD_JOURNAL_FOREACH_BACKWARDS – Advance or set back the read pointer in the journal Synopsis #include <systemd/sd-journal.h> int sd_journal_next(sd_journal *j); int sd_journal_previous(sd_journal *j); int sd_journal_next_skip(sd_journal *j, uint64_t skip); int sd_journal_previous_skip(sd_journal *j, uint64_t skip); SD_JOURNAL_FOREACH(sd_journal *j); SD_JOURNAL_FOREACH_BACKWARDS(sd_journal *j); Description sd_journal_next() advances the read pointer into the journal by one entry. The only argument taken is a journal context object as allocated…