diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-21 08:39:22 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-21 08:39:22 +0000 |
commit | aa14e6615533e7bd5e2b15acdc3ec76afbe1aac4 (patch) | |
tree | 619fc0cdb35be0d67a111dc2665981aa858ebd5e /examples/tests.hs | |
parent | b2af660f87a55dd15f4519b21e66837ec811dc25 (diff) |
working with tensors
Diffstat (limited to 'examples/tests.hs')
-rw-r--r-- | examples/tests.hs | 2 |
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 | ||