lapack-0.0: lapack.cabal
Name: lapack
Version: 0.0
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/lapack/
Category: Data Structures
Synopsis: Numerical Linear Algebra using LAPACK
Description:
This is a high-level interface to LAPACK.
.
Features:
.
* Based on @comfort-array@:
Allows to precisely express one-column or one-row matrices,
as well as dense, square, triangular, banded and symmetric matrices.
.
* Support all data types that are supported by LAPACK,
i.e. Float, Double, Complex Float, Complex Double
.
* No need for c2hs, hsc, Template Haskell or C helper functions
.
* Dependency only on BLAS and LAPACK, no GSL
.
* Separate formatting operator @(##)@:
Works better for tuples of matrices and vectors than 'show'.
'Show' is used for code one-liners
that can be copied back into Haskell modules.
.
See also: @hmatrix@.
Tested-With: GHC==7.4.2, GHC==7.8.4, GHC==8.2.2
Cabal-Version: >=1.6
Build-Type: Simple
Source-Repository this
Tag: 0.0
Type: darcs
Location: http://hub.darcs.net/thielema/lapack/
Source-Repository head
Type: darcs
Location: http://hub.darcs.net/thielema/lapack/
Library
Build-Depends:
lapack-ffi >=0.0.1 && <0.1,
blas-ffi >=0.0 && <0.1,
netlib-ffi >=0.0.1 && <0.1,
comfort-array >=0.0 && <0.1,
transformers >=0.3 && <0.6,
non-empty >=0.3 && <0.4,
utility-ht >=0.0.10 && <0.1,
base >=4.5 && <5
GHC-Options: -Wall
Hs-Source-Dirs: src
Exposed-Modules:
Numeric.LAPACK.Matrix
Numeric.LAPACK.Matrix.Shape
Numeric.LAPACK.Vector
Numeric.LAPACK.LinearSystem
Other-Modules:
Numeric.LAPACK.Matrix.Shape.Private
Numeric.LAPACK.Private
Numeric.LAPACK.Format