]> gitweb.michael.orlitzky.com - spline3.git/history - src
Define an export list in Misc, clean up imports.
[spline3.git] / src /
2011-09-07 Michael OrlitzkyFix a comment.
2011-09-07 Michael OrlitzkyUse unsafe versions of index and traverse.
2011-09-07 Michael OrlitzkyConvert the polynomial sum to a vector sum.
2011-09-07 Michael OrlitzkySet zoom to 4x.
2011-09-07 Michael Orlitzky4x, completely uncached.
2011-09-06 Michael OrlitzkyFix the one failing test and its documentation.
2011-09-06 Michael OrlitzkyFix a few test warnings and one documentation warning.
2011-09-05 Michael OrlitzkyUpdate the 'disjoint' function to work on Vectors inste...
2011-09-05 Michael OrlitzkyUpdate the Cube tests to match the new code.
2011-09-05 Michael OrlitzkyAdd back an accidentally-deleted line.
2011-09-05 Michael OrlitzkySpeed up the find_containing_tetrahedron function by...
2011-09-05 Michael OrlitzkyUse pattern matching in the 'center' function. Might...
2011-09-05 Michael OrlitzkyAdd the 'dot' function for Points.
2011-09-04 Michael OrlitzkyMemoize the zoom function via PolynomialArray.
2011-09-04 Michael OrlitzkyFix the Cube tests re: the 'tetrahedron' change.
2011-09-04 Michael OrlitzkyUse one top-level function, 'tetrahedron', and take...
2011-09-04 Michael OrlitzkyAdd the "number" field for tetrahedra.
2011-09-04 Michael OrlitzkyAdd the PolynomialArray module.
2011-09-04 Michael OrlitzkyMove the Grid tests into the Grid module.
2011-09-03 Michael OrlitzkyMove the Cardinal tests into the Cardinal module.
2011-09-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
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 OrlitzkyFix a few test warnings.
2011-09-02 Michael OrlitzkyBegin writing the precomputed_volume feature again.
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 OrlitzkyMake test_trilinear9x9x9_reproduced slow again.
2011-09-02 Michael OrlitzkyAdd another guard on calculate_containing_cube_coordinate.
2011-09-02 Michael OrlitzkyLimit the size of arbitrary Values3D, and prevent empty...
2011-09-02 Michael OrlitzkyFix the broken Arbitrary instance of Values3D.
2011-09-02 Michael OrlitzkySpeed up the Tetrahedron contains_point function by...
2011-09-02 Michael OrlitzkyUse an IArray for the cubes and cube_at functions.
2011-09-01 Michael OrlitzkyAdd tests for some functions used in the new 'find_cont...
2011-09-01 Michael OrlitzkyReplace the 'find_containing_tetrahedra' function with...
2011-09-01 Michael OrlitzkyAdd the 'disjoint' function.
2011-08-31 Michael OrlitzkyEven more Tetrahedron de-dupe.
2011-08-31 Michael OrlitzkySpeed up the trilinear9x9x9 test.
2011-08-31 Michael OrlitzkyDe-dupe some more Tetrahedron tests.
2011-08-30 Michael OrlitzkyCombine some Tetrahedron tests.
2011-08-30 Michael OrlitzkyReduce more duplication in the Grid tests.
2011-08-30 Michael OrlitzkyFix two minor hLint warnings.
2011-08-30 Michael OrlitzkyCombine a bunch of Grid tests into a Test.Framework...
2011-08-30 Michael OrlitzkyFix some more hLint warnings.
2011-08-29 Michael OrlitzkyClean up some hLint warnings.
2011-08-29 Michael OrlitzkyAdd the current Main module, which works alrightish.
2011-08-29 Michael OrlitzkyModify the Grid module to use ScaleFactors.
2011-08-29 Michael OrlitzkyModify the Values module to use ScaleFactors instead...
2011-08-29 Michael OrlitzkyIncrease theta by an order of magnitude, fixing one...
2011-08-29 Michael OrlitzkyAdd the ScaleFactor module and type, allowing us to...
2011-08-28 Michael OrlitzkyTranspose all of the example lists.
2011-08-28 Michael OrlitzkyAdd the Misc.transpose_xz function.
2011-08-28 Michael OrlitzkyUn-transpose the x,z coordinates in the Values.idx...
2011-08-28 Michael OrlitzkyFix the tetrahedron collision detection.
2011-08-28 Michael OrlitzkyAdd the theta tolerance and nearly_equals, nearly_ge...
2011-08-28 Michael OrlitzkyAdd another 1x20x1 example vector.
2011-08-28 Michael OrlitzkyMake cube_at either return a cube or error instead...
2011-08-27 Michael OrlitzkyAdd a test: test_tetrahedra_collision_sensitivity.
2011-08-27 Michael OrlitzkyAdd the Values module to Everything.
2011-08-26 Michael OrlitzkyCorrect an error in the value_at function.
2011-08-26 Michael OrlitzkyChoose a nearby value instead of zero when asked for...
2011-08-24 Michael OrlitzkyReplace TypeSynonymInstances with FlexibleInstances...
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 OrlitzkyRemove the x_coord, y_coord, and z_coord functions...
2011-08-24 Michael OrlitzkyChange "find_containing_cubes" to "find_containing_cube...
2011-08-24 Michael OrlitzkyUndo the previous FunctionValues test fix.
2011-08-24 Michael OrlitzkyRename example names to 'examples_list' and 'examples...
2011-08-23 Michael OrlitzkyStart converting the tests to Repa.
2011-08-23 Michael OrlitzkyThrow an error when comparing two RealFunctions for...
2011-08-23 Michael OrlitzkyConvert the zoom function to use Values3D.
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-08-22 Michael OrlitzkyRemove two unused variables.
2011-08-22 Michael OrlitzkyAdd the trilinear_zoom_2 example.
2011-08-22 Michael OrlitzkyAdd the "zoom" function.
2011-08-22 Michael OrlitzkyRename "trilinearx2" to "trilinear9x9x9".
2011-08-22 Michael OrlitzkyRemove the individual tetrahedron positive volume tests.
2011-08-22 Michael OrlitzkyReplace individual tetrahedron volume tests with combin...
2011-08-22 Michael OrlitzkyRename "tetrahedrons" to "tetrahedra".
2011-08-22 Michael OrlitzkyGroup all of the "trilinear reproduced" tests together.
2011-08-17 Michael OrlitzkyAdd the trilinearx2 reproduction test.
2011-08-17 Michael OrlitzkyAdd the trilinearx2 example.
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-08-04 Michael OrlitzkyFix some property tests now that all of the tetrahedra...
2011-08-04 Michael OrlitzkyFix 'rotate' argument order in some tests.
2011-08-04 Michael OrlitzkySwitch all of the tetrahedronX functions to use the...
2011-08-04 Michael OrlitzkySwitch the order of the arguments to the 'rotate' function.
2011-07-15 Michael OrlitzkyRemove a useless import.
2011-07-10 Michael OrlitzkyFix the ccwz rotations.
2011-07-10 Michael OrlitzkyAdd 23 more tests for trilinear reproduction, testing...
2011-07-10 Michael OrlitzkyRe-export the modules in Everything.hs.
2011-07-10 Michael OrlitzkyAdded a find_containing_tetrahedra function to the...
2011-07-10 Michael OrlitzkyAdd a find_containing_cubes function to the Grid module.
2011-07-09 Michael OrlitzkyFix some hlint warnings.
2011-07-09 Michael OrlitzkyHide i, j, and k from two Cube imports.
next