blas: Bindings to the BLAS library

[ bsd3, deprecated, library, math ] [ Propose Tags ]
Deprecated in favor of hblas

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/

Flags

Automatic Flags
NameDescriptionDefault
atlas

Link with ATLAS.

Disabled
gsl

Link with GSL unoptimized CBLAS.

Disabled
mkl

Link with Intel MKL.

Disabled
veclib

Link with Mac OS X vecLib.

Disabled
custom

Link with a custom CBLAS.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4, 0.4.1, 0.5, 0.6, 0.7, 0.7.1, 0.7.2, 0.7.5, 0.7.6 (info)
Change log NEWS
Dependencies base, ieee, permutation, QuickCheck, storable-complex [details]
License BSD-3-Clause
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
Uploaded by PatrickPerry at 2008-08-11T23:29:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6198 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]