]> gitweb.michael.orlitzky.com - spline3.git/history - src
Define an export list in Misc, clean up imports.
[spline3.git] / src /
2015-04-16 Michael OrlitzkyDefine an export list in Misc, clean up imports.
2015-04-16 Michael OrlitzkyImport cleanup and hlint fix in Main.
2015-04-16 Michael OrlitzkyImport cleanup in Grid.
2015-04-16 Michael OrlitzkyImport cleanup in FunctionValues.
2015-04-16 Michael OrlitzkyImport cleanup in Face.
2015-04-16 Michael OrlitzkyDefine an export list in ExitCodes.
2015-04-16 Michael OrlitzkyWhitespace and import cleanup in Examples.
2015-04-16 Michael OrlitzkyWhitespace cleanup in Everything.hs.
2015-04-16 Michael OrlitzkyWhitespace and import cleanup in Cube.
2015-04-16 Michael OrlitzkyWhitespace cleanup in Comparisons.
2015-04-16 Michael OrlitzkyImport cleanup and hlint fix in CommandLine.
2015-04-16 Michael OrlitzkyDefine an export list in Cardinal.
2015-04-16 Michael OrlitzkyImport cleanup in Assertions.
2015-04-15 Michael OrlitzkyAdd some doctest examples to RealFunction.
2015-04-15 Michael OrlitzkyWhitespace cleanup.
2013-06-04 Michael OrlitzkyBump dependencies, and move some Arbitrary code from...
2012-08-22 Michael OrlitzkyFlip bytes again before outputting the 3D data.
2012-08-22 Michael OrlitzkyMove the last two MRI-specific variables out of MRI...
2012-08-21 Michael OrlitzkyUse cmdargs to parse command-line arguments.
2012-08-19 Michael OrlitzkyFix MRI.hs for repa-3.2.
2012-05-30 Michael OrlitzkyUse lenient comparisons in two failing tests.
2012-04-17 Michael OrlitzkyFix all of the sequential operations with the caveat...
2012-04-17 Michael OrlitzkyMake the minimum number of changes necessary to work...
2011-11-07 Michael OrlitzkyRemove the 'h' parameter from the model entirely by...
2011-11-07 Michael OrlitzkyRemove redundant '$' operators.
2011-11-07 Michael OrlitzkyFix more hlint issues in Grid tests.
2011-11-07 Michael OrlitzkyFix some hlint issues.
2011-11-07 Michael OrlitzkyRemove the now-useless make_grid function.
2011-11-07 Michael OrlitzkyRemove an unused import of Comparisons.nearly_ge.
2011-11-07 Michael OrlitzkyRemove the Tetrahedron contains_point function and...
2011-11-07 Michael OrlitzkyRemove the coincident vertices guards from the Tetrahed...
2011-11-06 Michael OrlitzkyDrop the no-longer-useful ThreeDimensional class.
2011-10-31 Michael OrlitzkyRemove all "otherwise -> error" cases for performance...
2011-10-31 Michael OrlitzkyUpdate to repa3 (Ben Lippmeier).
2011-10-27 Michael OrlitzkyInline the polynomial function.
2011-10-27 Michael OrlitzkyComment some test-only functions.
2011-10-26 Michael OrlitzkyInline Tetrahedron functions volume, b0, b1, b2, and...
2011-10-26 Michael OrlitzkyRemove the Eq instance for Grids.
2011-10-26 Michael OrlitzkyInline find_containing_tetrahedron.
2011-10-26 Michael OrlitzkyDefine a custom 'Point' type instead of a 3-tuple so...
2011-10-25 Michael OrlitzkyRemove a redundant import.
2011-10-25 Michael OrlitzkyInline the dot product (Ben Lippmeier).
2011-10-25 Michael OrlitzkyRemove the Point.distance function and associated asser...
2011-10-25 Michael OrlitzkyAdd comments to the effect that some functions are...
2011-10-25 Michael OrlitzkyEliminate common subexpressions in Cube.hs (Ben Lippmeier).
2011-10-25 Michael OrlitzkyAdd bang patterns to the Misc module and use them to...
2011-10-25 Michael OrlitzkyAdd bang patterns to the Tetrahedron module (Ben Lippme...
2011-10-25 Michael OrlitzkyAdd bang patterns to the definition of Face (Ben Lippme...
2011-10-25 Michael OrlitzkyAdd bang patterns for the cube_at function (Ben Lippmeier).
2011-10-25 Michael OrlitzkyAdd bang patterns to the FunctionValues module (Ben...
2011-10-25 Michael OrlitzkyAdd bang patterns to the definition of Cube (Ben Lippme...
2011-10-15 Michael OrlitzkyRemove some dead code.
2011-10-15 Michael OrlitzkyDefine a few tests locally.
2011-10-11 Michael OrlitzkyUpdate some documentation.
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 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 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-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'
next