]> gitweb.michael.orlitzky.com - spline3.git/shortlog
spline3.git
2011-10-04 Michael OrlitzkyUpdate the TODO once more.
2011-10-04 Michael OrlitzkyClean up the imports/exports between MRI and Main.
2011-10-04 Michael OrlitzkyUn-inline two functions.
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-10-04 Michael OrlitzkyImport explicitly in Assertions.hs.
2011-10-04 Michael OrlitzkyImport from FunctionValues explicitly.
2011-10-04 Michael OrlitzkyPerformance improvement: don't compute coefficients...
2011-10-04 Michael OrlitzkyExport the record accessors from FunctionValues.
2011-10-04 Michael OrlitzkyFix value_at for 2d slices.
2011-10-04 Michael OrlitzkyUpdate the README and TODO.
2011-10-04 Michael OrlitzkyUse test options to specify a 1000-test requirement.
2011-10-04 Michael OrlitzkyUpdate the arbitrary instance for Cube to use smaller...
2011-10-04 Michael OrlitzkyDon't output function values when 'show'ing a cube.
2011-10-04 Michael OrlitzkyUse a sensible definition for the all volumes positive...
2011-10-03 Michael OrlitzkyGo back to the "simplified" determinant formula in...
2011-10-03 Michael OrlitzkyUse a slightly more stable (I think?) formula for the...
2011-10-02 Michael OrlitzkyUse the cleaner formula for 'det'.
2011-10-02 Michael OrlitzkyImplement my own 4x4 determinant.
2011-10-02 Michael OrlitzkyReclassify some Grid tests as "slow."
2011-10-02 Michael OrlitzkyFix the FunctionValues value_at cases, and update the...
2011-10-02 Michael OrlitzkyBegin fixing value_at outside of the grid.
2011-09-30 Michael OrlitzkyRemove inlines (no performance difference).
2011-09-29 Michael OrlitzkyRemove unused imports.
2011-09-29 Michael OrlitzkyRemove the (2.5) test, since I can't get it to pass...
2011-09-29 Michael OrlitzkyAdd the section (2.9) tests.
2011-09-29 Michael OrlitzkyFix a naming conflict.
2011-09-29 Michael OrlitzkyFix some documentation.
2011-09-21 Michael OrlitzkyAdd the round_array function and use it in main3d.
2011-09-20 Michael OrlitzkyFix a bunch of name conflicts by renaming 'c' to 'cube...
2011-09-20 Michael OrlitzkyRename Tetrahedron.fv to Tetrahedron.function_values.
2011-09-20 Michael OrlitzkyGet rid of the chunk code, and recompute the grid withi...
2011-09-20 Michael OrlitzkyMove the Tetrahedron tests into the Tetrehedron module.
2011-09-14 Michael OrlitzkyAdd a chunked version of zoom.
2011-09-14 Michael OrlitzkySwitch the default compiler back to GHC.
2011-09-14 Michael OrlitzkyAdd some convenience functions to write chunks/slices...
2011-09-14 Michael OrlitzkyAdd some junk to Main where I am experimenting.
2011-09-14 Michael OrlitzkyAdd transpose_zx and z_slice3 functions to MRI.
2011-09-14 Michael OrlitzkyAdd an export list to Examples.
2011-09-09 Michael OrlitzkyMake Main a little more amenable to changes.
2011-09-09 Michael OrlitzkyBracket doubles instead of ints. This gives us /slightl...
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field from tests.
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field.
2011-09-08 Michael OrlitzkyOne-line cleanup.
2011-09-08 Michael OrlitzkyForce a few maps in the MRI module.
2011-09-08 Michael OrlitzkyAdd MRI to Everything.
2011-09-08 Michael OrlitzkyAdd -caf-all to the profile targets.
2011-09-07 Michael OrlitzkyModify Main/MRI to operate on the scalar values (as...
2011-09-07 Michael OrlitzkyAdd the 'drop_z' function.
2011-09-07 Michael OrlitzkyGeneralize 'Values' to n-dimensions; create type synon...
2011-09-07 Michael OrlitzkyAdd the MRI code as it is after its first successful...
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 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 OrlitzkyChange some names in the test suite.
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-05 Michael OrlitzkyMake a LLVM/GCC distinction in the profile targets.
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 OrlitzkyAdd another TODO.
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 OrlitzkyDefault to compiling with llvm.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-09-03 Michael OrlitzkyAdd some C optimizations.
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 OrlitzkyAdd a new test group, slow_tests, that is run after...
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 the data folder with a .gitignore.
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 OrlitzkyRemove some completed TODO entries.
2011-08-31 Michael OrlitzkySpeed up the trilinear9x9x9 test.
2011-08-31 Michael OrlitzkyDe-dupe some more Tetrahedron tests.
next