Jump to content

Basic Linear Algebra Subprograms

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 198.170.2.93 (talk) at 13:06, 12 October 2004 (creation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Basic Linear Algebra Subprograms

These 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 hardware and software vendors to run extremely fast under a variety of problem sizes. The LINPACK benchmark relies heavily on DGEMM for its performance.

See also: [Netlib.org page] [BLAS FAQ]