blas: Bindings to the BLAS library
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/
| 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, 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://stat.stanford.edu/~patperry/code/blas |
| Upload date | Thu Jun 5 20:48:37 UTC 2008 |
| Uploaded by | PatrickPerry |
| Built on | ghc-6.8 |
| Build failure | ghc-6.10 (log) |
Modules
Downloads
- blas-0.4.tar.gz (Cabal source package)
- package description (included in the package)
