summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hmatrix/src')
-rw-r--r--packages/hmatrix/src/Numeric/Container.hs2
-rw-r--r--packages/hmatrix/src/Numeric/Random.hs (renamed from packages/hmatrix/src/Data/Packed/Random.hs)8
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/hmatrix/src/Numeric/Container.hs b/packages/hmatrix/src/Numeric/Container.hs
index 7e46147..ff649b7 100644
--- a/packages/hmatrix/src/Numeric/Container.hs
+++ b/packages/hmatrix/src/Numeric/Container.hs
@@ -71,7 +71,7 @@ import Numeric.Chain
71import Numeric.IO 71import Numeric.IO
72import Data.Complex 72import Data.Complex
73import Numeric.LinearAlgebra.Algorithms(Field,linearSolveSVD) 73import Numeric.LinearAlgebra.Algorithms(Field,linearSolveSVD)
74import Data.Packed.Random 74import Numeric.Random
75 75
76------------------------------------------------------------------ 76------------------------------------------------------------------
77 77
diff --git a/packages/hmatrix/src/Data/Packed/Random.hs b/packages/hmatrix/src/Numeric/Random.hs
index e8b0268..936c777 100644
--- a/packages/hmatrix/src/Data/Packed/Random.hs
+++ b/packages/hmatrix/src/Numeric/Random.hs
@@ -1,17 +1,17 @@
1----------------------------------------------------------------------------- 1-----------------------------------------------------------------------------
2-- | 2-- |
3-- Module : Data.Packed.Vector 3-- Module : Numeric.Random
4-- Copyright : (c) Alberto Ruiz 2009 4-- Copyright : (c) Alberto Ruiz 2009-14
5-- License : GPL 5-- License : GPL
6-- 6--
7-- Maintainer : Alberto Ruiz <aruiz@um.es> 7-- Maintainer : Alberto Ruiz
8-- Stability : provisional 8-- Stability : provisional
9-- 9--
10-- Random vectors and matrices. 10-- Random vectors and matrices.
11-- 11--
12----------------------------------------------------------------------------- 12-----------------------------------------------------------------------------
13 13
14module Data.Packed.Random ( 14module Numeric.Random (
15 Seed, 15 Seed,
16 RandDist(..), 16 RandDist(..),
17 randomVector, 17 randomVector,