2011-08-30 |
Michael Orlitzky | Combine a bunch of Grid tests into a Test.Framework...
|
commit | commitdiff | tree |
2011-08-30 |
Michael Orlitzky | Fix some more hLint warnings.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Clean up some hLint warnings.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Add the current Main module, which works alrightish.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Modify the Grid module to use ScaleFactors.
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Modify the Values module to use ScaleFactors instead...
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Increase theta by an order of magnitude, fixing one...
|
commit | commitdiff | tree |
2011-08-29 |
Michael Orlitzky | Add the ScaleFactor module and type, allowing us to...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Transpose all of the example lists.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add the Misc.transpose_xz function.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Un-transpose the x,z coordinates in the Values.idx...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Fix the tetrahedron collision detection.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add the theta tolerance and nearly_equals, nearly_ge...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Move the tetrahedra collision sensitivity test before...
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Add another 1x20x1 example vector.
|
commit | commitdiff | tree |
2011-08-28 |
Michael Orlitzky | Make cube_at either return a cube or error instead...
|
commit | commitdiff | tree |
2011-08-27 |
Michael Orlitzky | Add a test: test_tetrahedra_collision_sensitivity.
|
commit | commitdiff | tree |
2011-08-27 |
Michael Orlitzky | Add the Values module to Everything.
|
commit | commitdiff | tree |
2011-08-26 |
Michael Orlitzky | Correct an error in the value_at function.
|
commit | commitdiff | tree |
2011-08-26 |
Michael Orlitzky | Choose a nearby value instead of zero when asked for...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Replace TypeSynonymInstances with FlexibleInstances...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Remove an unused Misc import.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Inline the two inner functions of the zoom traversal.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Remove the x_coord, y_coord, and z_coord functions...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Change "find_containing_cubes" to "find_containing_cube...
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Undo the previous FunctionValues test fix.
|
commit | commitdiff | tree |
2011-08-24 |
Michael Orlitzky | Rename example names to 'examples_list' and 'examples...
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Start converting the tests to Repa.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Throw an error when comparing two RealFunctions for...
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Convert the zoom function to use Values3D.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Write the output file in main.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Begin updating everything to use Repa arrays (Values3D).
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add "-threaded" to GHC_OPTIONS.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add the Values module, wrapping the Repa stuff.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Begin playing with Repa.
|
commit | commitdiff | tree |
2011-08-23 |
Michael Orlitzky | Add "-rtsopts" to my GHC_OPTIONS.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Remove two unused variables.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Add the trilinear_zoom_2 example.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Fix the "clean" target in the makefile to remove *...
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Add the "zoom" function.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Rename "trilinearx2" to "trilinear9x9x9".
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Remove the individual tetrahedron positive volume tests.
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Replace individual tetrahedron volume tests with combined...
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Rename "tetrahedrons" to "tetrahedra".
|
commit | commitdiff | tree |
2011-08-22 |
Michael Orlitzky | Group all of the "trilinear reproduced" tests together.
|
commit | commitdiff | tree |
2011-08-17 |
Michael Orlitzky | Add the trilinearx2 reproduction test.
|
commit | commitdiff | tree |
2011-08-17 |
Michael Orlitzky | Add the trilinearx2 example.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix all orphan instances.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix some property tests now that all of the tetrahedra...
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Fix 'rotate' argument order in some tests.
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Switch all of the tetrahedronX functions to use the...
|
commit | commitdiff | tree |
2011-08-04 |
Michael Orlitzky | Switch the order of the arguments to the 'rotate' function.
|
commit | commitdiff | tree |
2011-07-27 |
Michael Orlitzky | Add some new warnings for GHC7.
|
commit | commitdiff | tree |
2011-07-15 |
Michael Orlitzky | Remove a useless import.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Fix the ccwz rotations.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Add 23 more tests for trilinear reproduction, testing...
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Re-export the modules in Everything.hs.
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Added a find_containing_tetrahedra function to the...
|
commit | commitdiff | tree |
2011-07-10 |
Michael Orlitzky | Add a find_containing_cubes function to the Grid module.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Fix some hlint warnings.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add another TODO item.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Hide i, j, and k from two Cube imports.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Re-enable the non-doc tests.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add doctests to the test suite.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add two examples (doctests) for the factorial function.
|
commit | commitdiff | tree |
2011-07-09 |
Michael Orlitzky | Add two new dependencies.
|
commit | commitdiff | tree |
2011-07-08 |
Michael Orlitzky | Fix some hlint warnings.
|
commit | commitdiff | tree |
2011-07-08 |
Michael Orlitzky | Finish moving the tests to test-framework.
|
commit | commitdiff | tree |
2011-07-08 |
Michael Orlitzky | Finish migrating the QuickCheck tests to test-framework.
|
commit | commitdiff | tree |
2011-07-08 |
Michael Orlitzky | Uncomment the (2.5) cijk1 identity and make a TODO...
|
commit | commitdiff | tree |
2011-07-07 |
Michael Orlitzky | Begin migration to test-framework.
|
commit | commitdiff | tree |
2011-07-07 |
Michael Orlitzky | Add three new dependencies to the README.
|
commit | commitdiff | tree |
2011-07-07 |
Michael Orlitzky | Add a new TODO item.
|
commit | commitdiff | tree |
2011-07-04 |
Michael Orlitzky | Update the TODO.
|
commit | commitdiff | tree |
2011-07-04 |
Michael Orlitzky | Add tests to ensure that the zero function and a trilinear...
|
commit | commitdiff | tree |
2011-07-04 |
Michael Orlitzky | Get rid of the tests for section (2.9), for now.
|
commit | commitdiff | tree |
2011-07-04 |
Michael Orlitzky | Add a blank line to the test output.
|
commit | commitdiff | tree |
2011-06-14 |
Michael Orlitzky | Add four tests confirming that vertex swaps don't affect...
|
commit | commitdiff | tree |
2011-06-11 |
Michael Orlitzky | Fix many of the tests from page 79.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Change some putStrLn calls to putStr instead.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Remove two completed TODO items.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Add a bunch more exact volume tests.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Add the kinda_equals comparison.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Invert all of the rotations.
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Create a limit on the min/max function values that...
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Add six tests to ensure that the rotations don't affect...
|
commit | commitdiff | tree |
2011-06-10 |
Michael Orlitzky | Added the Everything module.
|
commit | commitdiff | tree |
2011-06-07 |
Michael Orlitzky | Add the prop_interior_values_all_identical test.
|
commit | commitdiff | tree |
2011-06-07 |
Michael Orlitzky | Add the all_equal function to the Misc module.
|
commit | commitdiff | tree |
2011-05-13 |
Michael Orlitzky | Add two missing type declarations.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add another test checking the rotation for c2100.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add a Cardinal test, computed manually and from Sorokina...
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add a test based on the computations on Sorokina and...
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add a bunch of edge incidence tests.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add five new prop_c0120_identity tests.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add a test for FunctionValues, test_directions.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Move the three example 3x3x3 arrays to the Examples...
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Add assertTrue = assertBool.
|
commit | commitdiff | tree |
2011-05-11 |
Michael Orlitzky | Fix an incorrect coordinate.
|
commit | commitdiff | tree |
2011-05-08 |
Michael Orlitzky | Escape some special characters in comments, and make...
|
commit | commitdiff | tree |
next |