Many thanks to the netlib_maintainers@netlib.org from whose FAQ list I have patterned this list for the BLAS.
The BLAS (Basic Linear Algebra Subprograms) are high quality "building block" routines for performing basic vector and matrix operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations, and Level 3 BLAS do matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they're commonly used in the development of high quality linear algebra software, LINPACK and LAPACK for example.
A Fortran77 reference implementation of the BLAS is located in the blas directory of Netlib.
1.2) Publications/references for the BLAS?
1.3) Is there a Quick Reference Guide to the BLAS available?
Yes, there is a postscript version of the Quick Reference Guide to the BLAS available.
1.4) Are optimized BLAS libraries available?
YES! Machine-specific optimized BLAS libraries are available for a variety of computer architectures. These optimized BLAS libraries are provided by the computer vendor or by an independent software vendor (ISV). For further details, please contact your local vendor representative.
Optimized BLAS libraries are NOT provided on netlib.
However, if a machine-specific optimized BLAS library is not available on the architecture to which you are installing LAPACK, you can download a Fortran77 reference implementation of the BLAS from netlib.