]> gitweb.michael.orlitzky.com - spline3.git/history - src/Values.hs
Un-transpose the x,z coordinates in the Values.idx function.
[spline3.git] / src / Values.hs
2011-08-28 Michael OrlitzkyUn-transpose the x,z coordinates in the Values.idx...
2011-08-24 Michael OrlitzkyReplace TypeSynonymInstances with FlexibleInstances...
2011-08-24 Michael OrlitzkyUndo the previous FunctionValues test fix.
2011-08-23 Michael OrlitzkyConvert the zoom function to use Values3D.
2011-08-23 Michael OrlitzkyWrite the output file in main.
2011-08-23 Michael OrlitzkyBegin updating everything to use Repa arrays (Values3D).
2011-08-23 Michael OrlitzkyAdd the Values module, wrapping the Repa stuff.