polynomials-bernstein 1 → 1.1
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
polynomials-bernstein.cabal view
@@ -1,5 +1,5 @@ Name: polynomials-bernstein-Version: 1+Version: 1.1 Synopsis: A solver for systems of polynomial equations in bernstein form Description: This library defines an optimized type for representing polynomials in Bernstein form, as well as instances of numeric classes and other@@ -14,7 +14,7 @@ source-repository this type: darcs location: http://www.lama.univ-savoie.fr/~meunier/darcs/polynomials- tag: 1.0+ tag: 1.1 Library Build-Depends: base<5, vector Exposed-modules: Algebra.Polynomials.Bernstein, Algebra.Polynomials.Numerical