]> gitweb.michael.orlitzky.com - spline3.git/history - src/FunctionValues.hs
spline3.cabal: update to v1.0.1.
[spline3.git] / src / FunctionValues.hs
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: use explicit Prelude imports.
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: disable incomplete pattern match...
2019-03-05 Michael Orlitzkysrc/{Cube,FunctionValues}.hs: add explicit Cardinal...
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: make an import list explicit.
2019-03-05 Michael Orlitzkysrc/FunctionValues.hs: undo a stupid trick, to fix...
2015-04-16 Michael OrlitzkySwitch to Tasty for testing.
2015-04-16 Michael OrlitzkyImport cleanup in FunctionValues.
2011-10-31 Michael OrlitzkyRemove all "otherwise -> error" cases for performance...
2011-10-25 Michael OrlitzkyAdd bang patterns to the FunctionValues module (Ben...
2011-10-04 Michael OrlitzkyClean up imports/exports.
2011-10-04 Michael OrlitzkyExport the record accessors from FunctionValues.
2011-10-04 Michael OrlitzkyFix value_at for 2d slices.
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-03 Michael OrlitzkyA bunch more test cleanup.
2011-09-03 Michael OrlitzkyMove the FunctionValues tests into the FunctionValues...
2011-08-26 Michael OrlitzkyCorrect an error in the value_at function.
2011-08-26 Michael OrlitzkyChoose a nearby value instead of zero when asked for...
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-04 Michael OrlitzkyFix all orphan instances.
2011-08-04 Michael OrlitzkySwitch the order of the arguments to the 'rotate' function.
2011-05-11 Michael OrlitzkyFix an incorrect coordinate.
2011-05-08 Michael OrlitzkyMore minor doc fixes.
2011-05-08 Michael OrlitzkyAdd a bunch of documentation.
2011-05-07 Michael OrlitzkyCatch out-of-bounds calls to value_at.
2011-05-06 Michael OrlitzkyAdd the code to rotate a FunctionValues object.
2011-05-04 Michael OrlitzkyBegin overhauling the program to handle other tetrahedr...
2011-05-03 Michael OrlitzkyAdd the Cardinal and FunctionValues modules which will...