File: numeric-quest.cabal

package info (click to toggle)
haskell-numeric-quest 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 288 kB
  • sloc: haskell: 1,190; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
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
46
47
48
49
50
Name:           numeric-quest
Version:        0.2
License:        GPL
License-File:   LICENSE
Author:         Jan Skibinski
Maintainer:     Henning Thielemann <numeric-quest@henning-thielemann.de>
Homepage:       http://www.haskell.org/haskellwiki/Numeric_Quest
Category:       Math
Synopsis:       Math and quantum mechanics
Description:    List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors
Tested-With:    GHC==6.4.1, GHC==6.6.1, GHC==6.8.2, GHC==6.10.4
Cabal-Version:  >=1.6
Build-Type:     Simple

Data-Files:
  Makefile
  README

Source-Repository this
  Tag:         0.2
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/numeric-quest/

Source-Repository head
  Type:        darcs
  Location:    http://code.haskell.org/~thielema/numeric-quest/

Flag splitBase
  description: Choose the new smaller, split-up base package.

Library
  If flag(splitBase)
    Build-Depends:
      array >=0.1 && <0.5,
      base >= 2 && <5
  Else
    Build-Depends:
      base >= 1.0 && < 2

  GHC-Options:    -Wall
  Hs-source-dirs: .
  Exposed-modules:
     Eigensystem
     EigensystemNum
     Fraction
     LinearAlgorithms
     Orthogonals
     QuantumVector
     Roots
     Tensor