BLAS3
Level 3 Basic Linear Algebra Subprograms


BLAS3 is a library of FORTRAN77 routines, using double precision arithmetic, which implement the Level 3 BLAS, or Basic Linear Algebra Subprograms.

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 3 BLAS are designed to handle matrix-matrix operations.

Related Data and Programs:

BLAS1 is a FORTRAN77 library which handles vector-vector operations.

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

BLAS3 is also available in a FORTRAN90 version.

LAPACK is a FORTRAN77 library which is a linear algebra library built on top of the BLAS routines.

LINPACK is a FORTRAN77 library which is a linear algebra library built on top of the BLAS routines.

Reference:

  1. Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart,
    LINPACK User's Guide,
    SIAM, 1979,
    ISBN13: 978-0-898711-72-1,
    LC: QA214.L56.
  2. 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.
  3. Thomas Coleman, Charles Van Loan,
    Handbook for Matrix Computations,
    Society for Industrial and Applied Mathematics,
    3600 University City Science Center,
    Philadelphia, PA 19104-2688.

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 15 February 2006.