]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Examples.hs
Comment some test-only functions.
[spline3.git] / src / Examples.hs
index ebdf268e43df19bab5b02e3c99868c8db4b2410b..6300ce82460b2dde4e823f05f3400c9004cab09e 100644 (file)
@@ -1,10 +1,17 @@
-module Examples
+module Examples (
+  naturals,
+  naturals_1d,
+  trilinear,
+  trilinear_zoom_2,
+  trilinear9x9x9,
+  zeros
+  )
 where
 
 import qualified Data.Array.Repa as Repa
 
-import Misc
-import Values
+import Misc (flatten, transpose_xz)
+import Values (Values3D)
 
 
 -- | Values of the function f(x,y,z) = 1 + x + xy + xyz taken at nine