2012-08-21 |
Michael Orlitzky | Use cmdargs to parse command-line arguments. |
tree | commitdiff |
2012-08-19 |
Michael Orlitzky | Fix MRI.hs for repa-3.2. |
tree | commitdiff |
2012-05-30 |
Michael Orlitzky | Use lenient comparisons in two failing tests. |
tree | commitdiff |
2012-04-17 |
Michael Orlitzky | Fix all of the sequential operations with the caveat... |
tree | commitdiff |
2012-04-17 |
Michael Orlitzky | Make the minimum number of changes necessary to work... |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove the 'h' parameter from the model entirely by... |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove redundant '$' operators. |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Fix more hlint issues in Grid tests. |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Fix some hlint issues. |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove the now-useless make_grid function. |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove an unused import of Comparisons.nearly_ge. |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove the Tetrahedron contains_point function and... |
tree | commitdiff |
2011-11-07 |
Michael Orlitzky | Remove the coincident vertices guards from the Tetrahed... |
tree | commitdiff |
2011-11-06 |
Michael Orlitzky | Drop the no-longer-useful ThreeDimensional class. |
tree | commitdiff |
2011-10-31 |
Michael Orlitzky | Remove all "otherwise -> error" cases for performance... |
tree | commitdiff |
2011-10-31 |
Michael Orlitzky | Update to repa3 (Ben Lippmeier). |
tree | commitdiff |
2011-10-27 |
Michael Orlitzky | Inline the polynomial function. |
tree | commitdiff |
2011-10-27 |
Michael Orlitzky | Comment some test-only functions. |
tree | commitdiff |
2011-10-26 |
Michael Orlitzky | Inline Tetrahedron functions volume, b0, b1, b2, and... |
tree | commitdiff |
2011-10-26 |
Michael Orlitzky | Remove the Eq instance for Grids. |
tree | commitdiff |
2011-10-26 |
Michael Orlitzky | Inline find_containing_tetrahedron. |
tree | commitdiff |
2011-10-26 |
Michael Orlitzky | Define a custom 'Point' type instead of a 3-tuple so... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Remove a redundant import. |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Inline the dot product (Ben Lippmeier). |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Remove the Point.distance function and associated asser... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add comments to the effect that some functions are... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Eliminate common subexpressions in Cube.hs (Ben Lippmeier). |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns to the Misc module and use them to... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns to the Tetrahedron module (Ben Lippme... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns to the definition of Face (Ben Lippme... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns for the cube_at function (Ben Lippmeier). |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns to the FunctionValues module (Ben... |
tree | commitdiff |
2011-10-25 |
Michael Orlitzky | Add bang patterns to the definition of Cube (Ben Lippme... |
tree | commitdiff |
2011-10-15 |
Michael Orlitzky | Remove some dead code. |
tree | commitdiff |
2011-10-15 |
Michael Orlitzky | Define a few tests locally. |
tree | commitdiff |
2011-10-11 |
Michael Orlitzky | Update some documentation. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Clean up the imports/exports between MRI and Main. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Un-inline two functions. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Clean up imports/exports. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Import explicitly in Assertions.hs. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Import from FunctionValues explicitly. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Performance improvement: don't compute coefficients... |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Export the record accessors from FunctionValues. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Fix value_at for 2d slices. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Update the arbitrary instance for Cube to use smaller... |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Don't output function values when 'show'ing a cube. |
tree | commitdiff |
2011-10-04 |
Michael Orlitzky | Use a sensible definition for the all volumes positive... |
tree | commitdiff |
2011-10-03 |
Michael Orlitzky | Go back to the "simplified" determinant formula in... |
tree | commitdiff |
2011-10-03 |
Michael Orlitzky | Use a slightly more stable (I think?) formula for the... |
tree | commitdiff |
2011-10-02 |
Michael Orlitzky | Use the cleaner formula for 'det'. |
tree | commitdiff |
2011-10-02 |
Michael Orlitzky | Implement my own 4x4 determinant. |
tree | commitdiff |
2011-10-02 |
Michael Orlitzky | Reclassify some Grid tests as "slow." |
tree | commitdiff |
2011-10-02 |
Michael Orlitzky | Fix the FunctionValues value_at cases, and update the... |
tree | commitdiff |
2011-10-02 |
Michael Orlitzky | Begin fixing value_at outside of the grid. |
tree | commitdiff |
2011-09-30 |
Michael Orlitzky | Remove inlines (no performance difference). |
tree | commitdiff |
2011-09-29 |
Michael Orlitzky | Remove unused imports. |
tree | commitdiff |
2011-09-29 |
Michael Orlitzky | Remove the (2.5) test, since I can't get it to pass... |
tree | commitdiff |
2011-09-29 |
Michael Orlitzky | Add the section (2.9) tests. |
tree | commitdiff |
2011-09-29 |
Michael Orlitzky | Fix a naming conflict. |
tree | commitdiff |
2011-09-29 |
Michael Orlitzky | Fix some documentation. |
tree | commitdiff |
2011-09-21 |
Michael Orlitzky | Add the round_array function and use it in main3d. |
tree | commitdiff |
2011-09-20 |
Michael Orlitzky | Fix a bunch of name conflicts by renaming 'c' to 'cube... |
tree | commitdiff |
2011-09-20 |
Michael Orlitzky | Rename Tetrahedron.fv to Tetrahedron.function_values. |
tree | commitdiff |
2011-09-20 |
Michael Orlitzky | Get rid of the chunk code, and recompute the grid withi... |
tree | commitdiff |
2011-09-20 |
Michael Orlitzky | Move the Tetrahedron tests into the Tetrehedron module. |
tree | commitdiff |
2011-09-14 |
Michael Orlitzky | Add a chunked version of zoom. |
tree | commitdiff |
2011-09-14 |
Michael Orlitzky | Add some convenience functions to write chunks/slices... |
tree | commitdiff |
2011-09-14 |
Michael Orlitzky | Add some junk to Main where I am experimenting. |
tree | commitdiff |
2011-09-14 |
Michael Orlitzky | Add transpose_zx and z_slice3 functions to MRI. |
tree | commitdiff |
2011-09-14 |
Michael Orlitzky | Add an export list to Examples. |
tree | commitdiff |
2011-09-09 |
Michael Orlitzky | Make Main a little more amenable to changes. |
tree | commitdiff |
2011-09-09 |
Michael Orlitzky | Bracket doubles instead of ints. This gives us /slightl... |
tree | commitdiff |
2011-09-08 |
Michael Orlitzky | Remove the Tetrahedron 'number' field from tests. |
tree | commitdiff |
2011-09-08 |
Michael Orlitzky | Remove the Tetrahedron 'number' field. |
tree | commitdiff |
2011-09-08 |
Michael Orlitzky | One-line cleanup. |
tree | commitdiff |
2011-09-08 |
Michael Orlitzky | Force a few maps in the MRI module. |
tree | commitdiff |
2011-09-08 |
Michael Orlitzky | Add MRI to Everything. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Modify Main/MRI to operate on the scalar values (as... |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Add the 'drop_z' function. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Generalize 'Values' to n-dimensions; create type synon... |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Add the MRI code as it is after its first successful... |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Merge branch 'uncached_vector' |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Fix a comment. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Use unsafe versions of index and traverse. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Convert the polynomial sum to a vector sum. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | Set zoom to 4x. |
tree | commitdiff |
2011-09-07 |
Michael Orlitzky | 4x, completely uncached. |
tree | commitdiff |
2011-09-06 |
Michael Orlitzky | Fix the one failing test and its documentation. |
tree | commitdiff |
2011-09-06 |
Michael Orlitzky | Fix a few test warnings and one documentation warning. |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Update the 'disjoint' function to work on Vectors inste... |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Update the Cube tests to match the new code. |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Add back an accidentally-deleted line. |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Speed up the find_containing_tetrahedron function by... |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Use pattern matching in the 'center' function. Might... |
tree | commitdiff |
2011-09-05 |
Michael Orlitzky | Add the 'dot' function for Points. |
tree | commitdiff |
2011-09-04 |
Michael Orlitzky | Memoize the zoom function via PolynomialArray. |
tree | commitdiff |
2011-09-04 |
Michael Orlitzky | Fix the Cube tests re: the 'tetrahedron' change. |
tree | commitdiff |
2011-09-04 |
Michael Orlitzky | Use one top-level function, 'tetrahedron', and take... |
tree | commitdiff |
2011-09-04 |
Michael Orlitzky | Add the "number" field for tetrahedra. |
tree | commitdiff |
2011-09-04 |
Michael Orlitzky | Add the PolynomialArray module. |
tree | commitdiff |
next |