@hackage blas0.6

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/

  • Deprecated

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      atlas
       (off by default)

      Link with ATLAS.

      gsl
       (off by default)

      Link with GSL unoptimized CBLAS.

      mkl
       (off by default)

      Link with Intel MKL.

      veclib
       (off by default)

      Link with Mac OS X vecLib.

      custom
       (off by default)

      Link with a custom CBLAS.