netlib-ffi-0.1.1: netlib-ffi.cabal
Name: netlib-ffi
Version: 0.1.1
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://hub.darcs.net/thielema/netlib-ffi/
Category: Math
Synopsis: Helper modules for FFI to BLAS and LAPACK
Description:
Netlib is a collection of packages for efficient numeric linear algebra.
Most prominent parts of Netlib are BLAS and LAPACK.
These packages contain functions for matrix computations,
solution of simultaneous linear equations and eigenvalue problems.
.
This package provides definitions shared by
the packages @blas-ffi@ and @lapack-ffi@.
Tested-With: GHC==7.4.2, GHC==7.8.4
Cabal-Version: 1.14
Build-Type: Simple
Source-Repository this
Tag: 0.1.1
Type: darcs
Location: http://hub.darcs.net/thielema/netlib-ffi/
Source-Repository head
Type: darcs
Location: http://hub.darcs.net/thielema/netlib-ffi/
Library
Build-Depends:
guarded-allocation >=0.0 && <0.1,
storable-complex >=0.2.2 && <0.3,
transformers >=0.2 && <0.6,
base >=4.5 && <5
GHC-Options: -Wall -fwarn-missing-import-lists
Hs-Source-Dirs: src
Default-Language: Haskell98
Exposed-Modules:
Numeric.Netlib.Class
Numeric.Netlib.Utility