X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExamples.hs;h=0fc31c938b2c1a1186ede8f13591195bc1c27265;hb=e453e46a84f9b6a544163986c20436f4c41273bf;hp=ebdf268e43df19bab5b02e3c99868c8db4b2410b;hpb=02a34bf79286cd63edcc62e8610fe045feb1dd68;p=spline3.git diff --git a/src/Examples.hs b/src/Examples.hs index ebdf268..0fc31c9 100644 --- a/src/Examples.hs +++ b/src/Examples.hs @@ -1,4 +1,11 @@ -module Examples +module Examples ( + naturals, + naturals_1d, + trilinear, + trilinear_zoom_2, + trilinear9x9x9, + zeros + ) where import qualified Data.Array.Repa as Repa