2011-09-29 |
Michael Orlitzky | Remove unused imports. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Michael Orlitzky | Remove the (2.5) test, since I can't get it to pass... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Michael Orlitzky | Add the section (2.9) tests. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Michael Orlitzky | Fix a naming conflict. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Michael Orlitzky | Fix some documentation. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Michael Orlitzky | Add the round_array function and use it in main3d. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Orlitzky | Fix a bunch of name conflicts by renaming 'c' to 'cube... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Orlitzky | Rename Tetrahedron.fv to Tetrahedron.function_values. |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Orlitzky | Get rid of the chunk code, and recompute the grid withi... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Michael Orlitzky | Move the Tetrahedron tests into the Tetrehedron module. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Add a chunked version of zoom. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Switch the default compiler back to GHC. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Add some convenience functions to write chunks/slices... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Add some junk to Main where I am experimenting. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Add transpose_zx and z_slice3 functions to MRI. |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Michael Orlitzky | Add an export list to Examples. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Michael Orlitzky | Make Main a little more amenable to changes. |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Michael Orlitzky | Bracket doubles instead of ints. This gives us /slightl... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | Remove the Tetrahedron 'number' field from tests. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | Remove the Tetrahedron 'number' field. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | One-line cleanup. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | Force a few maps in the MRI module. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | Add MRI to Everything. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Michael Orlitzky | Add -caf-all to the profile targets. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Modify Main/MRI to operate on the scalar values (as... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Add the 'drop_z' function. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Generalize 'Values' to n-dimensions; create type synon... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Add the MRI code as it is after its first successful... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Merge branch 'uncached_vector' |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Fix a comment. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Use unsafe versions of index and traverse. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Convert the polynomial sum to a vector sum. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | Set zoom to 4x. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Michael Orlitzky | 4x, completely uncached. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Michael Orlitzky | Fix the one failing test and its documentation. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Michael Orlitzky | Fix a few test warnings and one documentation warning. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Change some names in the test suite. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Update the 'disjoint' function to work on Vectors inste... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Update the Cube tests to match the new code. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Add back an accidentally-deleted line. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Speed up the find_containing_tetrahedron function by... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Use pattern matching in the 'center' function. Might... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Add the 'dot' function for Points. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Michael Orlitzky | Make a LLVM/GCC distinction in the profile targets. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Memoize the zoom function via PolynomialArray. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Fix the Cube tests re: the 'tetrahedron' change. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Use one top-level function, 'tetrahedron', and take... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Add the "number" field for tetrahedra. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Add the PolynomialArray module. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Add another TODO. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Michael Orlitzky | Move the Grid tests into the Grid module. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Michael Orlitzky | Move the Cardinal tests into the Cardinal module. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Michael Orlitzky | A bunch more test cleanup. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Michael Orlitzky | Default to compiling with llvm. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Michael Orlitzky | Move the FunctionValues tests into the FunctionValues... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Michael Orlitzky | Add some C optimizations. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Only compute 'cubes' once, and store it in a new Grid... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Fix (I think) the cube offset issue. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Finish the precomputed_volume optimization. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Fix a few test warnings. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Begin writing the precomputed_volume feature again. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Revert "Attempt to use precomputed volumes everywhere... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Attempt to use precomputed volumes everywhere, tests... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Add a new test group, slow_tests, that is run after... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Make test_trilinear9x9x9_reproduced slow again. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Add another guard on calculate_containing_cube_coordinate. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Limit the size of arbitrary Values3D, and prevent empty... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Fix the broken Arbitrary instance of Values3D. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Speed up the Tetrahedron contains_point function by... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Orlitzky | Use an IArray for the cubes and cube_at functions. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Orlitzky | Add the data folder with a .gitignore. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Orlitzky | Add tests for some functions used in the new 'find_cont... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Orlitzky | Replace the 'find_containing_tetrahedra' function with... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Orlitzky | Add the 'disjoint' function. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Orlitzky | Even more Tetrahedron de-dupe. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Orlitzky | Remove some completed TODO entries. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Orlitzky | Speed up the trilinear9x9x9 test. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Orlitzky | De-dupe some more Tetrahedron tests. |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Michael Orlitzky | Add -fno-spec-constr-count to the GHC command line. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Michael Orlitzky | Combine some Tetrahedron tests. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Michael Orlitzky | Reduce more duplication in the Grid tests. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Michael Orlitzky | Fix two minor hLint warnings. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Michael Orlitzky | Combine a bunch of Grid tests into a Test.Framework... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Michael Orlitzky | Fix some more hLint warnings. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Clean up some hLint warnings. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Add the current Main module, which works alrightish. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Modify the Grid module to use ScaleFactors. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Modify the Values module to use ScaleFactors instead... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Increase theta by an order of magnitude, fixing one... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Michael Orlitzky | Add the ScaleFactor module and type, allowing us to... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Transpose all of the example lists. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Add the Misc.transpose_xz function. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Un-transpose the x,z coordinates in the Values.idx... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Fix the tetrahedron collision detection. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Add the theta tolerance and nearly_equals, nearly_ge... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Move the tetrahedra collision sensitivity test before... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Add another 1x20x1 example vector. |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Michael Orlitzky | Make cube_at either return a cube or error instead... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Michael Orlitzky | Add a test: test_tetrahedra_collision_sensitivity. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Michael Orlitzky | Add the Values module to Everything. |
commit | commitdiff | tree | snapshot |
next |