diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-05-16 14:13:49 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-05-16 14:13:49 +0200 |
commit | 51f4cc7b4b301142b8df73568ffaa448f9e6dd50 (patch) | |
tree | 7f9b9a26344a23a0d1e3fb6e4105fe968465cd2a /packages/base/src/Numeric/LinearAlgebra/Util | |
parent | 1838c4248679b7476bb8716a76171712dc3cd335 (diff) |
license changes, reexport modules
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/Util')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/Util/Convolution.hs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/Util/Convolution.hs b/packages/base/src/Numeric/LinearAlgebra/Util/Convolution.hs index d04c46b..1775f14 100644 --- a/packages/base/src/Numeric/LinearAlgebra/Util/Convolution.hs +++ b/packages/base/src/Numeric/LinearAlgebra/Util/Convolution.hs | |||
@@ -3,9 +3,8 @@ | |||
3 | {- | | 3 | {- | |
4 | Module : Numeric.LinearAlgebra.Util.Convolution | 4 | Module : Numeric.LinearAlgebra.Util.Convolution |
5 | Copyright : (c) Alberto Ruiz 2012 | 5 | Copyright : (c) Alberto Ruiz 2012 |
6 | License : GPL | 6 | License : BSD3 |
7 | 7 | Maintainer : Alberto Ruiz | |
8 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
9 | Stability : provisional | 8 | Stability : provisional |
10 | 9 | ||
11 | -} | 10 | -} |
@@ -17,7 +16,7 @@ module Numeric.LinearAlgebra.Util.Convolution( | |||
17 | corr2, conv2, separable | 16 | corr2, conv2, separable |
18 | ) where | 17 | ) where |
19 | 18 | ||
20 | import Numeric.LinearAlgebra | 19 | import Numeric.Container |
21 | 20 | ||
22 | 21 | ||
23 | vectSS :: Element t => Int -> Vector t -> Matrix t | 22 | vectSS :: Element t => Int -> Vector t -> Matrix t |