About

Metadata

  • Last updated , by Bodigrim
  • License MIT
  • Categories Mathematics
  • Maintained by: rf@rufflewind.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

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.