]> gitweb.michael.orlitzky.com - spline3.git/history - src/MRI.hs
Use cmdargs to parse command-line arguments.
[spline3.git] / src / MRI.hs
2012-08-21 Michael OrlitzkyUse cmdargs to parse command-line arguments.
2012-08-19 Michael OrlitzkyFix MRI.hs for repa-3.2.
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-11-07 Michael OrlitzkyFix some hlint issues.
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-11 Michael OrlitzkyUpdate some documentation.
2011-10-04 Michael OrlitzkyClean up the imports/exports between MRI and Main.
2011-10-04 Michael OrlitzkyUn-inline two functions.
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 some convenience functions to write chunks/slices...
2011-09-14 Michael OrlitzkyAdd transpose_zx and z_slice3 functions to MRI.
2011-09-09 Michael OrlitzkyBracket doubles instead of ints. This gives us /slightl...
2011-09-08 Michael OrlitzkyForce a few maps in the MRI module.
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...