subroutine library

  • 1subroutine library — paprogramių biblioteka statusas T sritis automatika atitikmenys: angl. subroutine library vok. Unterprogrammbibliothek, f rus. библиотека подпрограмм, f pranc. bibliothèque des programmes, f; bibliothèque des sous programmes, f …

    Automatikos terminų žodynas

  • 2subroutine library — noun (computing) a collection of standard programs and subroutines that are stored and available for immediate use • Syn: ↑library, ↑program library • Topics: ↑programming, ↑programing, ↑computer programming, ↑ …

    Useful english dictionary

  • 3Harwell Subroutine Library — HSL , originally the Harwell Subroutine Library, is a collection of Fortran 77 and 95 codes that address core problems in Numerical Analysis. It is primarily developed by the Numerical Analysis Group at the Rutherford Appleton Laboratory with… …

    Wikipedia

  • 4library routine — noun a debugged routine that is maintained in a program library • Hypernyms: ↑routine, ↑subroutine, ↑subprogram, ↑procedure, ↑function • Part Holonyms: ↑library, ↑program library, ↑ …

    Useful english dictionary

  • 5library program — noun a program in a program library • Hypernyms: ↑program, ↑programme, ↑computer program, ↑computer programme • Part Holonyms: ↑library, ↑program library, ↑subroutine library …

    Useful english dictionary

  • 6program library — noun (computing) a collection of standard programs and subroutines that are stored and available for immediate use • Syn: ↑library, ↑subroutine library • Topics: ↑programming, ↑programing, ↑computer programming, ↑ …

    Useful english dictionary

  • 7Standard library — A standard library for a programming language is the library that is conventionally made available in every implementation of that language. In some cases, the library is described directly in the programming language specification; in other… …

    Wikipedia

  • 8Reentrant (subroutine) — A computer program or routine is described as reentrant if it can be safely executed concurrently; that is, the routine can be re entered while it is already running. To be reentrant, a function: * Must hold no static (global) non constant data.… …

    Wikipedia

  • 9SLIB —    Subroutine library …

    IT glossary of terms, acronyms and abbreviations

  • 10Basic Linear Algebra Subprograms — (BLAS) is a de facto application programming interface standard for publishing libraries to perform basic linear algebra operations such as vector and matrix multiplication. They were first published in 1979, and are used to build larger packages …

    Wikipedia