blob: 148c8f3e5a45ea511a0aada4c0fdbfa0a5bf8a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
Name: hmatrix-base
Version: 0.16.0.0
License: BSD3
License-file: LICENSE
Author: Alberto Ruiz
Maintainer: Alberto Ruiz
Stability: provisional
Homepage: https://github.com/albertoruiz/hmatrix
Synopsis: Numeric Linear Algebra
Description: Numeric Linear Algebra
Category: Math
tested-with: GHC==7.8
cabal-version: >=1.8
build-type: Simple
extra-source-files:
library
Build-Depends: base >= 4 && < 5
hs-source-dirs: src
exposed-modules:
other-modules:
extensions: ForeignFunctionInterface,
CPP
ghc-options: -Wall
cc-options: -O4 -msse2 -Wall
cpp-options: -DBINARY
extra-libraries: blas lapack
source-repository head
type: git
location: https://github.com/albertoruiz/hmatrix
|