numeric-prelude 0.1.3.2 → 0.1.3.3
raw patch · 2 files changed
+4/−3 lines, 2 files
Files
numeric-prelude.cabal view
@@ -1,5 +1,5 @@ Name: numeric-prelude-Version: 0.1.3.2+Version: 0.1.3.3 License: GPL License-File: LICENSE Author: Dylan Thurston <dpt@math.harvard.edu>, Henning Thielemann <numericprelude@henning-thielemann.de>, Mikael Johansson@@ -130,7 +130,7 @@ default: False Source-Repository this- Tag: 0.1.3.2+ Tag: 0.1.3.3 Type: darcs Location: http://code.haskell.org/numeric-prelude/
src/MathObj/LaurentPolynomial.hs view
@@ -279,7 +279,8 @@ reverse (Cons xt x) = Cons (1 - xt - length x) (List.reverse x) -{- | p(exp(i·x)) -> conjugate(p(exp(i·x)))+{- |+p(exp(i·x)) -> conjugate(p(exp(i·x))) If you interpret @(p*)@ as a linear operator on the space of Laurent polynomials, then @(adjoint p *)@ is the adjoint operator.