X-Git-Url: http://gitweb.michael.orlitzky.com/?p=numerical-analysis.git;a=blobdiff_plain;f=src%2FPolynomials%2FOrthogonal.hs;h=4ea0b68191d1b4bc8b717e2aa156c10e2d77cb5e;hp=28cf41d15ce8de056d2e51895d9906b06fc6c67f;hb=ae914d13235a4582077a5cb2b1edd630d9c6ad62;hpb=6b6bae4206bab66823617e2ba77cdf3e8d3fb752 diff --git a/src/Polynomials/Orthogonal.hs b/src/Polynomials/Orthogonal.hs index 28cf41d..4ea0b68 100644 --- a/src/Polynomials/Orthogonal.hs +++ b/src/Polynomials/Orthogonal.hs @@ -21,11 +21,12 @@ -- -- 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 Algebra.RealField as RealField ( C ) import qualified Prelude as P