blas2_d, a C code which constitutes the Level 2 Basic Linear Algebra Subprograms (BLAS), for matrix-vector operations, using double 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_d is available in a C version and a C++ version and a Fortran90 version and a MATLAB version.
blas, a C code 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.