]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - src/Polynomials/Orthogonal.hs
Clean up imports everywhere.
[numerical-analysis.git] / src / Polynomials / Orthogonal.hs
index 28cf41d15ce8de056d2e51895d9906b06fc6c67f..4ea0b68191d1b4bc8b717e2aa156c10e2d77cb5e 100644 (file)
 --
 --   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