]> gitweb.michael.orlitzky.com - spline3.git/history - src/Grid.hs
Bump dependencies, and move some Arbitrary code from Values.hs to Grid.hs to avoid...
[spline3.git] / src / Grid.hs
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
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 OrlitzkyRemove the 'h' parameter from the model entirely by...
2011-11-07 Michael OrlitzkyFix more hlint issues in Grid tests.
2011-11-07 Michael OrlitzkyRemove the now-useless make_grid function.
2011-11-07 Michael OrlitzkyRemove the Tetrahedron contains_point function and...
2011-11-06 Michael OrlitzkyDrop the no-longer-useful ThreeDimensional class.
2011-10-31 Michael OrlitzkyRemove all "otherwise -> error" cases for performance...
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-26 Michael OrlitzkyRemove the Eq instance for Grids.
2011-10-26 Michael OrlitzkyDefine a custom 'Point' type instead of a 3-tuple so...
2011-10-25 Michael OrlitzkyRemove the Point.distance function and associated asser...
2011-10-25 Michael OrlitzkyAdd bang patterns for the cube_at function (Ben Lippmeier).
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-10-02 Michael OrlitzkyReclassify some Grid tests as "slow."
2011-10-02 Michael OrlitzkyFix the FunctionValues value_at cases, and update the...
2011-09-30 Michael OrlitzkyRemove inlines (no performance difference).
2011-09-29 Michael OrlitzkyAdd the section (2.9) tests.
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-08 Michael OrlitzkyOne-line cleanup.
2011-09-07 Michael OrlitzkyMerge branch 'uncached_vector'
2011-09-07 Michael OrlitzkyFix a comment.
2011-09-07 Michael OrlitzkyUse unsafe versions of index and traverse.
2011-09-07 Michael Orlitzky4x, completely uncached.
2011-09-06 Michael OrlitzkyFix the one failing test and its documentation.
2011-09-04 Michael OrlitzkyMemoize the zoom function via PolynomialArray.
2011-09-04 Michael OrlitzkyMove the Grid tests into the Grid module.
2011-09-02 Michael OrlitzkyOnly compute 'cubes' once, and store it in a new Grid...
2011-09-02 Michael OrlitzkyFix (I think) the cube offset issue.
2011-09-02 Michael OrlitzkyFinish the precomputed_volume optimization.
2011-09-02 Michael OrlitzkyRevert "Attempt to use precomputed volumes everywhere...
2011-09-02 Michael OrlitzkyAttempt to use precomputed volumes everywhere, tests...
2011-09-02 Michael OrlitzkyAdd another guard on calculate_containing_cube_coordinate.
2011-09-02 Michael OrlitzkyUse an IArray for the cubes and cube_at functions.
2011-09-01 Michael OrlitzkyReplace the 'find_containing_tetrahedra' function with...
2011-08-29 Michael OrlitzkyModify the Grid module to use ScaleFactors.
2011-08-28 Michael OrlitzkyMake cube_at either return a cube or error instead...
2011-08-24 Michael OrlitzkyRemove an unused Misc import.
2011-08-24 Michael OrlitzkyInline the two inner functions of the zoom traversal.
2011-08-24 Michael OrlitzkyChange "find_containing_cubes" to "find_containing_cube...
2011-08-23 Michael OrlitzkyConvert the zoom function to use Values3D.
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-22 Michael OrlitzkyAdd the "zoom" function.
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-07-10 Michael OrlitzkyAdd a find_containing_cubes function to the Grid module.
2011-07-08 Michael OrlitzkyFix some hlint warnings.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-08 Michael OrlitzkyAdd a cube_at function to Grid.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.