summaryrefslogtreecommitdiff
path: root/examples/tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-26 16:57:58 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-26 16:57:58 +0000
commita749785e839d14fadc47ab4c6e94afdd167bdd21 (patch)
tree2b715bf233aa8e82137621a251b0edf0b32cdd67 /examples/tests.hs
parent3019948b97ba1c177b21ab103823fabe561b3ffe (diff)
tensor refactorization
Diffstat (limited to 'examples/tests.hs')
-rw-r--r--examples/tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs
index 5acfa9d..eb8f50d 100644
--- a/examples/tests.hs
+++ b/examples/tests.hs
@@ -20,7 +20,7 @@ import Test.HUnit hiding ((~:))
20import Complex 20import Complex
21import LinearAlgebra.Algorithms 21import LinearAlgebra.Algorithms
22import GSL.Matrix 22import GSL.Matrix
23import GSL.Compat hiding ((<>)) 23import GSL.Compat hiding ((<>),constant)
24 24
25dist :: (Normed t, Num t) => t -> t -> Double 25dist :: (Normed t, Num t) => t -> t -> Double
26dist a b = norm (a-b) 26dist a b = norm (a-b)