Basic Linear Algebra Subprograms
ID: basic-linear-algebra-subprograms
The original gangster.
Basic Linear Algebra Subprograms (BLAS) is a specification that provides a set of low-level routines for performing common linear algebra operations. These operations primarily include vector and matrix arithmetic, which are foundational to many numerical and scientific computing applications. The BLAS library is highly optimized for performance and is often implemented to leverage specific hardware capabilities.
New to topics? Read the docs here!