blas2_s, a Fortran77 code which constitutes the Level 2 Basic Linear Algebra Subprograms (BLAS), for matrix-vector operations using single precision real arithmetic.
The BLAS are a small core library of linear algebra utilities, which can be highly optimized for various architectures.
The information on this web page is distributed under the MIT license.
BLAS2_S is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version.
BLAS, a Fortran77 library which contains the Basic Linear Algebra Subprograms (BLAS) for level 1 (vector-vector operations), level 2 (matrix-vector operations) and level 3 (matrix-matrix operations), for single precision real arithmetic, double precision real arithmetic, single precision complex arithmetic, and double precision complex arithmetic.
LAPACK_EXAMPLES, a Fortran77 program which demonstrates the use of the LAPACK linear algebra library.