![]()  | 
![]()  | 
| 
BLAS 
 The BLAS (Basic Linear Algebra Subprograms) are high quality "building block" routines for performing basic vector and matrix operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations, and Level 3 BLAS do matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they're commonly used in the development of high quality linear algebra software, LINPACK and LAPACK for example. If a vendor-optimized version of the BLAS is not available, one can obtain a Fortran77 reference implementation from the blas directory on the Home Site below. However, this ``model implementation'' of the BLAS is not expected to perform as well as a specially tuned implementation on most high-performance computers -- on some machines it may give much worse performance -- but it allows users to run BLAS-based codes on machines that do not offer any other implementation of the BLAS. 
  | 
| 
Current Version:   N/A
 License Type: Free 
  | 
| 
Home Site:
 Source Code Availability: 
Available Binary Packages:
 
 Targeted Platforms: Software/Hardware Requirements: 
  | 
| 
Other Links:
 Mailing Lists/USENET News Groups: User Comments: 
 See A Screen Shot? (Not Yet) 
  | 
SAL Home   
|   
Numerical Analysis   
|   
Misc