numeric-quest 0.2 → 0.2.0.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~arraydep ~base
Dependency ranges changed: array, base
Files
- Fraction.hs +2/−0
- Tensor.lhs +2/−0
- numeric-quest.cabal +3/−3
Fraction.hs view
@@ -266,6 +266,8 @@ -- -- Require: No Taylor coefficient is zero --+ -- It is an application of Euler's continued fraction formula.+ -- zero:one:[higher m | m <- [2..]] where zero = (s!!0, s!!1 * x)
Tensor.lhs view
@@ -122,6 +122,8 @@ > module Tensor where > import Data.Array(inRange)+> import Prelude hiding ((<*>))+> > infixl 9 # -- used for tensor indexing > infixl 9 ## -- used for indices expressed as lists > infixl 7 <*> -- inner product with one bound
numeric-quest.cabal view
@@ -1,5 +1,5 @@ Name: numeric-quest-Version: 0.2+Version: 0.2.0.1 License: GPL License-File: LICENSE Author: Jan Skibinski@@ -17,7 +17,7 @@ README Source-Repository this- Tag: 0.2+ Tag: 0.2.0.1 Type: darcs Location: http://code.haskell.org/~thielema/numeric-quest/ @@ -31,7 +31,7 @@ Library If flag(splitBase) Build-Depends:- array >=0.1 && <0.5,+ array >=0.1 && <0.6, base >= 2 && <5 Else Build-Depends: