]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - numerical-analysis.cabal
Add the (in progress) FEM.R1 module.
[numerical-analysis.git] / numerical-analysis.cabal
index fe47eadb0c46d0b13b44e96653384f8132773a5c..b666583d6658fbd1e3867d48fd2ce2c377d63b7d 100644 (file)
@@ -18,6 +18,8 @@ data-files: makefile
 
 library
   exposed-modules:
+    FEM.R1
+    Integration.Gaussian,
     Integration.Simpson,
     Integration.Trapezoid,
     Linear.Iteration,