X-Git-Url: https://gitweb.michael.orlitzky.com/?p=spline3.git;a=blobdiff_plain;f=src%2FFunctionValues.hs;fp=src%2FFunctionValues.hs;h=dc1f0d00f6fd7cc4a6bc36fa67b54efd5d2037d7;hp=0d84801f3f082532d232e75d40f626018f37f0de;hb=83ef0aaeae074756e4ee90d72d3e27e74e136061;hpb=6cc5300fea6115c324a0f16d33d8717200076d26 diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index 0d84801..dc1f0d0 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -20,7 +20,13 @@ import Test.Tasty.HUnit ( Assertion, testCase ) import Test.Tasty.QuickCheck ( Arbitrary( arbitrary ), choose, testProperty ) import Assertions ( assertTrue ) -import Cardinal ( Cardinal(..), cwx, cwy, cwz ) +import Cardinal ( + Cardinal(F, B, L, R, D, T, FL, FR, FD, FT, BL, BR, BD, BT, LD, LT, RD, + RT, FLD, FLT, FRD, FRT, BLD, BLT, BRD, BRT, I, Scalar, Sum, + Difference, Product, Quotient ), + cwx, + cwy, + cwz ) import Examples ( trilinear ) import Values ( Values3D, dims, idx )