BLAS1_S
Basic Linear Algebra Subprograms
Level 1
Single Precision Real Arithmetic


BLAS1_S is a FORTRAN77 library which implements the Level 1 BLAS, or Basic Linear Algebra Subprograms for single precision real arithmetic.

The BLAS are a small core library of linear algebra utilities, which can be highly optimized for various architectures. Software that relies on the BLAS is thus highly portable, and will typically run very efficiently.

The Level 1 BLAS are primarily for use in vector operations. In certain cases, they may also be used to operate on the rows or columns of a two-dimensional array.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

BLAS1_S is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

BLAS1_C, a FORTRAN77 library which is the single precision complex arithmetic version of BLAS1.

BLAS1_D, a FORTRAN77 library which is the double precision real arithmetic version of BLAS1.

BLAS1_Z, a FORTRAN77 library which is the double precision complex arithmetic version of BLAS1.

BLAS2, a FORTRAN77 library which handles matrix-vector operations.

BLAS3, a FORTRAN77 library which handles matrix-matrix operations.

GSL, a C++ library which includes an implementation of the BLAS1 routines.

LAPACK_EXAMPLES, a FORTRAN77 program which demonstrates the use of the LAPACK linear algebra library.

LINPACK, a FORTRAN77 library which is a linear algebra package which uses the BLAS1 routines.

SUPER_BLAS, a C library which includes some of the BLAS1 routines.

Reference:

  1. Thomas Coleman, Charles vanLoan,
    Handbook for Matrix Computations,
    SIAM, 1988,
    ISBN13: 978-0-898712-27-8,
    LC: QA188.C65.
  2. Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart,
    LINPACK User's Guide,
    SIAM, 1979,
    ISBN13: 978-0-898711-72-1,
    LC: QA214.L56.
  3. Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh,
    Algorithm 539: Basic Linear Algebra Subprograms for Fortran Usage,
    ACM Transactions on Mathematical Software,
    Volume 5, Number 3, September 1979, pages 308-323.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 28 March 2007.