]> gitweb.michael.orlitzky.com - spline3.git/history - src/Tetrahedron.hs
spline3.cabal: update to v1.0.1.
[spline3.git] / src / Tetrahedron.hs
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: use explicit FunctionValues(.....
2019-03-05 Michael Orlitzkysrc/{Cube,Tetrahedron}.hs: disable incomplete pattern...
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: make an import list explicit.
2019-03-05 Michael Orlitzkysrc/Tetrahedron.hs: add a type annotation to avoid...
2015-04-16 Michael OrlitzkySwitch to Tasty for testing.
2015-04-16 Michael OrlitzkyImport cleanup in Tetrahedron.
2011-11-07 Michael OrlitzkyRemove redundant '$' operators.
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-27 Michael OrlitzkyInline the polynomial function.
2011-10-26 Michael OrlitzkyInline Tetrahedron functions volume, b0, b1, b2, and...
2011-10-26 Michael OrlitzkyDefine a custom 'Point' type instead of a 3-tuple so...
2011-10-25 Michael OrlitzkyAdd comments to the effect that some functions are...
2011-10-25 Michael OrlitzkyAdd bang patterns to the Tetrahedron module (Ben Lippme...
2011-10-15 Michael OrlitzkyDefine a few tests locally.
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-10-04 Michael OrlitzkyPerformance improvement: don't compute coefficients...
2011-10-03 Michael OrlitzkyGo back to the "simplified" determinant formula in...
2011-10-02 Michael OrlitzkyUse the cleaner formula for 'det'.
2011-10-02 Michael OrlitzkyImplement my own 4x4 determinant.
2011-09-29 Michael OrlitzkyFix a naming conflict.
2011-09-20 Michael OrlitzkyRename Tetrahedron.fv to Tetrahedron.function_values.
2011-09-20 Michael OrlitzkyMove the Tetrahedron tests into the Tetrehedron module.
2011-09-08 Michael OrlitzkyRemove the Tetrahedron 'number' field.
2011-09-07 Michael OrlitzkyMerge branch 'uncached_vector'
2011-09-07 Michael OrlitzkyConvert the polynomial sum to a vector sum.
2011-09-05 Michael OrlitzkyUse pattern matching in the 'center' function. Might...
2011-09-04 Michael OrlitzkyAdd the "number" field for tetrahedra.
2011-09-02 Michael OrlitzkyFinish the precomputed_volume optimization.
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 OrlitzkySpeed up the Tetrahedron contains_point function by...
2011-08-28 Michael OrlitzkyFix the tetrahedron collision detection.
2011-08-24 Michael OrlitzkyRemove the x_coord, y_coord, and z_coord functions...
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-05-08 Michael OrlitzkyAdd two more function comments.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-08 Michael OrlitzkyFix some warnings and hlint suggestions.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-05-01 Michael OrlitzkyRename the xi function to domain_point, and make a...
2011-04-26 Michael OrlitzkyRename the spline project to spline3.