Name: hmatrix-banded
Version: 0.0
License: BSD3
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://code.haskell.org/~thielema/hmatrix-banded/
Category: Math
Synopsis: HMatrix interface to LAPACK functions for banded matrices
Description: HMatrix interface to LAPACK functions for banded matrices
Tested-With: GHC==7.8.3
Cabal-Version: >=1.14
Build-Type: Simple
Flag buildExamples
description: Build example executables
default: False
Source-Repository this
Tag: 0.0
Type: darcs
Location: http://code.haskell.org/~thielema/hmatrix-banded/
Source-Repository head
Type: darcs
Location: http://code.haskell.org/~thielema/hmatrix-banded/
Library
Extra-Libraries: lapack
Build-Depends:
hmatrix >=0.15.2 && <0.16,
transformers >=0.2 && <0.5,
base >=4.5 && <4.8
GHC-Options: -Wall -fwarn-missing-import-lists
Hs-Source-Dirs: src
Default-Language: Haskell98
Exposed-Modules:
Numeric.LinearAlgebra.Banded