X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExamples.hs;h=ebdf268e43df19bab5b02e3c99868c8db4b2410b;hb=518b4b43bfd6c7c1d09841ca3ff5eeae089351ea;hp=f90a819cd3d6cf2dac1b4171ebafe78e49c90a75;hpb=c954154b379c5bd444d527298c33142fb150711b;p=spline3.git diff --git a/src/Examples.hs b/src/Examples.hs index f90a819..ebdf268 100644 --- a/src/Examples.hs +++ b/src/Examples.hs @@ -28,7 +28,7 @@ n_cube n = (Repa.Z Repa.:. n Repa.:. n Repa.:. n) trilinear :: Values3D trilinear = Repa.fromList (n_cube 3) $ flatten $ - transpose_xz $ + transpose_xz trilinear_list @@ -41,7 +41,7 @@ trilinear_zoom_2_list = [[[1, 3/2, 2, 5/2, 3], [1, 7/4, 5/2, 13/4, 4], [1, 2, 3, trilinear_zoom_2 :: Values3D trilinear_zoom_2 = Repa.fromList (n_cube 6) $ flatten $ - transpose_xz $ + transpose_xz trilinear_zoom_2_list @@ -55,7 +55,7 @@ trilinear9x9x9_list = [[[1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5], [1, 1.75, 2.5, 3.25 trilinear9x9x9 :: Values3D trilinear9x9x9 = Repa.fromList (n_cube 9) $ flatten $ - transpose_xz $ + transpose_xz trilinear9x9x9_list @@ -97,7 +97,7 @@ naturals_list = [ [ [ 0, 1, 2 ], naturals :: Values3D naturals = Repa.fromList (n_cube 3) $ flatten $ - transpose_xz $ + transpose_xz naturals_list