Basic Linear Algebra Subprograms (BLAS) --------------------------------------- Source: Netlib@nac.no This directory contains all the BLAS, levels 1, 2 and 3 plus the sparse level 1 BLAS The filenames are of the following format: XblasY.f where X is s single precision d double precision c complex z double complex and Y is 1 level 1 2 level 2 3 level 3 s sparse level 1 For example, to find the routines for single precision level 1 BLAS get the file sblas1.f. Similarly, the file dblass.f contains a double precision implementation of the sparse level 1 BLAS Jussi Rahola rahola@csc.fi