]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Add the Integration.Gaussian module where we begin to implement Gaussian quadrature.
[numerical-analysis.git] / numerical-analysis.cabal
index fe47eadb0c46d0b13b44e96653384f8132773a5c..92b716ef46b809f2f8fd3dc8b3b36c11e241ca69 100644 (file)
@@ -18,6 +18,7 @@ data-files: makefile
 
 library
   exposed-modules:
+    Integration.Gaussian,
     Integration.Simpson,
     Integration.Trapezoid,
     Linear.Iteration,