Basic Linear Algebra Subprograms

This is an old revision of this page, as edited by Oleg Alexandrov (talk | contribs) at 00:00, 14 May 2005 (Category:Computer software). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Basic Linear Algebra Subprograms (BLAS) are routines which perform basic linear algebra operations such as vector and matrix multiplication. They are used to build larger packages such as LAPACK. BLAS routines are tuned by high performance computing, supercomputer hardware, and software vendors to run extremely fast under a variety of problem sizes. The LINPACK benchmark relies heavily on DGEMM for its performance.