X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPolynomials%2FOrthogonal.hs;h=8fb777fcb103741a65a404046c28226cde723620;hb=261aa714471648c0bcbc603117a420a1fc617ba3;hp=28cf41d15ce8de056d2e51895d9906b06fc6c67f;hpb=edbf6900d50865b4b6278f13cd75d55df1289c90;p=numerical-analysis.git diff --git a/src/Polynomials/Orthogonal.hs b/src/Polynomials/Orthogonal.hs index 28cf41d..8fb777f 100644 --- a/src/Polynomials/Orthogonal.hs +++ b/src/Polynomials/Orthogonal.hs @@ -21,12 +21,13 @@ -- -- where w(x) is some non-negative (or non-positive) weight function. -- -module Polynomials.Orthogonal +module Polynomials.Orthogonal ( + legendre ) where import NumericPrelude -import qualified Algebra.RealField as RealField -import qualified Prelude as P +import qualified Algebra.RealField as RealField ( C ) +import Prelude () -- | The @n@th Legendre polynomial in @x@ over [-1,1]. These are