X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExamples.hs;h=6300ce82460b2dde4e823f05f3400c9004cab09e;hb=1edcaa0d2e4b5f04ceb10024debb3219ac037057;hp=ebdf268e43df19bab5b02e3c99868c8db4b2410b;hpb=518b4b43bfd6c7c1d09841ca3ff5eeae089351ea;p=spline3.git diff --git a/src/Examples.hs b/src/Examples.hs index ebdf268..6300ce8 100644 --- a/src/Examples.hs +++ b/src/Examples.hs @@ -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