BLAS is a FORTRAN77 library which incorporates all the Basic Linear Algebra Subprograms, for levels 1, 2 and 3, for single and double precision, and for real and complex arithmetic.
For the contents of the library, refer to the individual components. This page exists primarily to explain how the unified BLAS library is created from the pieces.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BLAS is available in a FORTRAN77 version and a FORTRAN90 version.
BLAS1_C, a FORTRAN77 library which is the level 1 BLAS for single precision complex arithmetic.
BLAS1_D, a FORTRAN77 library which is the level 1 BLAS for double precision real arithmetic.
BLAS1_S, a FORTRAN77 library which is the level 1 BLAS for single precision real arithmetic.
BLAS1_Z, a FORTRAN77 library which is the level 1 BLAS for double precision complex arithmetic.
BLAS2, a FORTRAN77 library which handles matrix-vector operations.
BLAS3, a FORTRAN77 library which handles matrix-matrix operations.
You can go up one level to the FORTRAN77 source codes.