The blas package
The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector and vector-vector operations, the Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they are commonly used in the development of high quality linear algebra software, LAPACK for example.
For more information, see the Netlib BLAS webpage: http://www.netlib.org/blas/
Properties
| Versions | 0.4, 0.4.1, 0.5, 0.6, 0.7, 0.7.1, 0.7.2, 0.7.5, 0.7.6 |
|---|---|
| Dependencies | base, ieee, QuickCheck (≥1.2 & <2), storable-complex |
| License | BSD3 |
| Copyright | (c) 2008. Patrick Perry <patperry@stanford.edu> |
| Author | Patrick Perry |
| Maintainer | Patrick Perry <patperry@stanford.edu> |
| Category | Math |
| Home page | http://github.com/patperry/blas |
| Upload date | Sat Jan 10 10:03:05 UTC 2009 |
| Uploaded by | PatrickPerry |
| Built on | ghc-6.10, ghc-6.12 |
Modules
- BLAS
- Data
- Test
Downloads
- blas-0.7.1.tar.gz (Cabal source package)
- package description (included in the package)