summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Tensor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Packed/Tensor.hs')
-rw-r--r--lib/Data/Packed/Tensor.hs21
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/Data/Packed/Tensor.hs b/lib/Data/Packed/Tensor.hs
index 8d1c8b6..75a9288 100644
--- a/lib/Data/Packed/Tensor.hs
+++ b/lib/Data/Packed/Tensor.hs
@@ -1 +1,20 @@
1 1-----------------------------------------------------------------------------
2-- |
3-- Module : Data.Packed.Tensor
4-- Copyright : (c) Alberto Ruiz 2007
5-- License : GPL-style
6--
7-- Maintainer : Alberto Ruiz <aruiz@um.es>
8-- Stability : provisional
9-- Portability : portable
10--
11-- Tensors
12--
13-----------------------------------------------------------------------------
14
15module Data.Packed.Tensor (
16
17) where
18
19import Data.Packed.Internal
20import Complex