diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-08 08:14:27 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-08 08:14:27 +0000 |
commit | a858bf910291b63603a226c3190ecb36de01b5ba (patch) | |
tree | 1c855b7e29175c8497e3a68c6d3547930ed69d6a /lib/Data/Packed/Random.hs | |
parent | 7e103b8ada6fa1479790eac80eda997f5fdaf33f (diff) |
re-export changes
Diffstat (limited to 'lib/Data/Packed/Random.hs')
-rw-r--r-- | lib/Data/Packed/Random.hs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Data/Packed/Random.hs b/lib/Data/Packed/Random.hs index 0bc5350..b30b299 100644 --- a/lib/Data/Packed/Random.hs +++ b/lib/Data/Packed/Random.hs | |||
@@ -20,11 +20,12 @@ module Data.Packed.Random ( | |||
20 | ) where | 20 | ) where |
21 | 21 | ||
22 | import Numeric.GSL.Vector | 22 | import Numeric.GSL.Vector |
23 | import Data.Packed.Matrix | 23 | import Data.Packed |
24 | import Numeric.Vector | 24 | import Numeric.Container |
25 | import Numeric.LinearAlgebra.Linear | 25 | import Data.Packed.Internal(constantD) |
26 | import Numeric.LinearAlgebra.Algorithms | 26 | import Numeric.LinearAlgebra.Algorithms |
27 | 27 | ||
28 | constant k v = constantD k v | ||
28 | 29 | ||
29 | -- | Obtains a matrix whose rows are pseudorandom samples from a multivariate | 30 | -- | Obtains a matrix whose rows are pseudorandom samples from a multivariate |
30 | -- Gaussian distribution. | 31 | -- Gaussian distribution. |