@hackage blas-hs0.1.1.0

Low-level Haskell bindings to Blas.

This package provides a complete low-level binding to Blas via the foreign function interface, allowing Haskell programs to take advantage of optimized routines for vector and matrix operations in Haskell.

More information can be found at the repository.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/accelerate-blas
  • Package Flags

      no-netlib
       (off by default)

      Do not link with the reference Blas from Netlib.

      no-accelerate
       (off by default)

      Do not link with the Accelerate Framework. Has no effect except on Darwin and Mac OS X.

      openblas
       (off by default)

      Link with the OpenBLAS library.

      mkl
       (off by default)

      Link with the Intel Math Kernel Library.

      cblas
       (off by default)

      Link with the CBlas wrapper in addition to everything else.