BLAS1_C is a FORTRAN77 library which implements the Level 1 BLAS, or Basic Linear Algebra Subprograms for single precision complex 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.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BLAS1_C is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version.
BLAS1_D, a FORTRAN77 library which is a version of BLAS1 for double precision real arithmetic.
BLAS1_S, a FORTRAN77 library which is a version of BLAS1 for single precision real arithmetic.
BLAS1_Z, a FORTRAN77 library which is a version of BLAS1 for double precision complex arithmetic.
BLAS2, a FORTRAN77 library which handles matrix-vector operations.
BLAS3, a FORTRAN77 library which handles matrix-matrix operations.
COMPLEX_NUMBERS, a FORTRAN77 program which demonstrates some simple features involved in the use of complex numbers in FORTRAN77 programming.
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 is a version of some of the BLAS1 routines.
You can go up one level to the FORTRAN77 source codes.