packages feed

numeric-quest-0.1.1: numeric-quest.cabal

Name:           numeric-quest
Version:        0.1.1
License:        GPL
License-File:   LICENSE
Author:         Jan Skibinski
Maintainer:     Henning Thielemann <numeric-quest@henning-thielemann.de>
Homepage:       http://www.haskell.org/haskellwiki/Numeric_Quest
Package-URL:    http://darcs.haskell.org/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
Cabal-Version:  >=1.2
Build-Type:     Simple

Data-Files:
   Makefile
   README

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

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

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