]> gitweb.michael.orlitzky.com - spline3.git/history - src/Main.hs
Flip bytes again before outputting the 3D data.
[spline3.git] / src / Main.hs
2012-08-22 Michael OrlitzkyFlip bytes again before outputting the 3D data.
2012-08-22 Michael OrlitzkyMove the last two MRI-specific variables out of MRI...
2012-08-21 Michael OrlitzkyUse cmdargs to parse command-line arguments.
2012-04-17 Michael OrlitzkyFix all of the sequential operations with the caveat...
2012-04-17 Michael OrlitzkyMake the minimum number of changes necessary to work...
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-04 Michael OrlitzkyClean up the imports/exports between MRI and Main.
2011-09-21 Michael OrlitzkyAdd the round_array function and use it in main3d.
2011-09-20 Michael OrlitzkyGet rid of the chunk code, and recompute the grid withi...
2011-09-14 Michael OrlitzkyAdd a chunked version of zoom.
2011-09-14 Michael OrlitzkyAdd some junk to Main where I am experimenting.
2011-09-09 Michael OrlitzkyMake Main a little more amenable to changes.
2011-09-07 Michael OrlitzkyModify Main/MRI to operate on the scalar values (as...
2011-09-07 Michael OrlitzkyAdd the MRI code as it is after its first successful...
2011-09-07 Michael OrlitzkyMerge branch 'uncached_vector'
2011-09-07 Michael OrlitzkySet zoom to 4x.
2011-09-07 Michael Orlitzky4x, completely uncached.
2011-09-04 Michael OrlitzkyMemoize the zoom function via PolynomialArray.
2011-08-30 Michael OrlitzkyFix some more hLint warnings.
2011-08-29 Michael OrlitzkyAdd the current Main module, which works alrightish.
2011-08-23 Michael OrlitzkyWrite the output file in main.
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-23 Michael OrlitzkyAdd the Values module, wrapping the Repa stuff.
2011-08-23 Michael OrlitzkyBegin playing with Repa.
2011-07-09 Michael OrlitzkyFix some hlint warnings.
2011-05-11 Michael OrlitzkyMove the three example 3x3x3 arrays to the Examples...
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-04-28 Michael OrlitzkyFix a bunch of hlint warnings in Main.
2011-04-26 Michael OrlitzkyRename the spline project to spline3.