blas0, a C++ code which contains auxilliary functions for the Basic Linear Algebra Subprograms (BLAS).
The computer code and data files made available on this web page are distributed under the MIT license
blas0 is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version
BLAS1_C, a C++ code which contains basic linear algebra subprograms (BLAS) for vector-vector operations, using single precision complex arithmetic, by Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh.
BLAS1_D, a C++ code which contains basic linear algebra subprograms (BLAS) for vector-vector operations, using double precision real arithmetic, by Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh.
BLAS1_S, a C++ code which contains basic linear algebra subprograms (BLAS) for vector-vector operations, using single precision real arithmetic, by Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh.
BLAS1_Z, a C++ code which contains basic linear algebra subprograms (BLAS) for vector-vector operations, using double precision complex arithmetic, by Charles Lawson, Richard Hanson, David Kincaid, Fred Krogh.
BLAS2, a C++ code which contains basic linear algebra subprograms (BLAS) for matrix-vector operations;
BLAS3, a C++ code which contains basic linear algebra subprograms (BLAS) for matrix-matrix operations;