summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Tensor.hs
blob: 75a928842cdfca7f1d6c0322407296f8df74bce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-----------------------------------------------------------------------------
-- |
-- Module      :  Data.Packed.Tensor
-- Copyright   :  (c) Alberto Ruiz 2007
-- License     :  GPL-style
--
-- Maintainer  :  Alberto Ruiz <aruiz@um.es>
-- Stability   :  provisional
-- Portability :  portable
--
-- Tensors
--
-----------------------------------------------------------------------------

module Data.Packed.Tensor (

) where

import Data.Packed.Internal
import Complex