summaryrefslogtreecommitdiff
path: root/examples/tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-21 08:39:22 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-21 08:39:22 +0000
commitaa14e6615533e7bd5e2b15acdc3ec76afbe1aac4 (patch)
tree619fc0cdb35be0d67a111dc2665981aa858ebd5e /examples/tests.hs
parentb2af660f87a55dd15f4519b21e66837ec811dc25 (diff)
working with tensors
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 22c4674..4adc104 100644
--- a/examples/tests.hs
+++ b/examples/tests.hs
@@ -280,7 +280,7 @@ arit2 u = (vectorMapR Cos u) `mul` (vectorMapR Tan u)
280 ~|~ vectorMapR Sin u 280 ~|~ vectorMapR Sin u
281 281
282 282
283--arit3 (PairV u v) = vectorMap Sin . VectorMap Cos 283-- arit3 (PairV u v) =
284 284
285--------------------------------------------------------------------- 285---------------------------------------------------------------------
286 286