diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-21 09:57:03 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-21 09:57:03 +0200 |
commit | e07c3dee7235496b71a89233106d93f6cc94ada1 (patch) | |
tree | 1ad29c3fc93ee076ad68e3ee759c9a3357f9cd5b /packages/hmatrix/src/Numeric/Container.hs | |
parent | 92de588b82945bb251a056c34a8ef0c00cb00e5a (diff) |
Numeric.Container and Numeric.LinearAlgebra moved to base
Diffstat (limited to 'packages/hmatrix/src/Numeric/Container.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/Container.hs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/hmatrix/src/Numeric/Container.hs b/packages/hmatrix/src/Numeric/Container.hs deleted file mode 100644 index 2b61d90..0000000 --- a/packages/hmatrix/src/Numeric/Container.hs +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | ----------------------------------------------------------------------------- | ||
2 | {- | | ||
3 | Module : Numeric.Container | ||
4 | Copyright : (c) Alberto Ruiz 2006-14 | ||
5 | License : GPL | ||
6 | Maintainer : Alberto Ruiz | ||
7 | Stability : provisional | ||
8 | |||
9 | -} | ||
10 | ----------------------------------------------------------------------------- | ||
11 | |||
12 | module Numeric.Container ( | ||
13 | module Data.Packed.Numeric, | ||
14 | module Numeric.LinearAlgebra.IO, | ||
15 | module Numeric.LinearAlgebra.Random, | ||
16 | meanCov | ||
17 | ) where | ||
18 | |||
19 | import Data.Packed.Numeric hiding (saveMatrix, loadMatrix) | ||
20 | import Numeric.LinearAlgebra.IO | ||
21 | import Numeric.LinearAlgebra.Random hiding (Seed) | ||
22 | import Numeric.LinearAlgebra.Util(meanCov) | ||
23 | |||