Fri Mar 7 16:32:18 2008 UTC ()
Note that math/blas is the reference implementation of BLAS.


(jlam)
diff -r1.1 -r1.2 pkgsrc/math/blas/DESCR

cvs diff -r1.1 -r1.2 pkgsrc/math/blas/DESCR (expand / switch to unified diff)

--- pkgsrc/math/blas/DESCR 2001/11/01 00:12:08 1.1
+++ pkgsrc/math/blas/DESCR 2008/03/07 16:32:17 1.2
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1The BLAS (Basic Linear Algebra Subprograms) are high quality "building 1The BLAS (Basic Linear Algebra Subprograms) are high quality "building
2block" routines for performing basic vector and matrix 2block" routines for performing basic vector and matrix
3operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do 3operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do
4matrix-vector operations, and Level 3 BLAS do matrix-matrix 4matrix-vector operations, and Level 3 BLAS do matrix-matrix
5operations. Because the BLAS are efficient, portable, and widely 5operations. Because the BLAS are efficient, portable, and widely
6available, they're commonly used in the development of high quality 6available, they're commonly used in the development of high quality
7linear algebra software, LINPACK and LAPACK for example. 7linear algebra software, LINPACK and LAPACK for example.
 8
 9This package contains the Fortran 77 reference implementation of BLAS.