diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-07 16:32:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-07 16:32:17 +0000 |
commit | c9d7c74b2557788ae45b4029bf3a386f8d4ba7c4 (patch) | |
tree | eb314ea0afb1e8189860e2fa5640eed22e72744d /math/blas | |
parent | 2ececeb005eb4033091b4e1201b5dd802d2f6874 (diff) | |
download | pkgsrc-c9d7c74b2557788ae45b4029bf3a386f8d4ba7c4.tar.gz |
Note that math/blas is the reference implementation of BLAS.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/DESCR | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/blas/DESCR b/math/blas/DESCR index 084b5d5e4dc..c74df4a651c 100644 --- a/math/blas/DESCR +++ b/math/blas/DESCR @@ -5,3 +5,5 @@ 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. + +This package contains the Fortran 77 reference implementation of BLAS. |