diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-04-15 09:17:30 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-04-15 09:17:30 +0200 |
commit | 27dceac51cbd904e06891e583d4b445e691efc8c (patch) | |
tree | c13ad1316f2e3ac220c8f4cad2004398b7fdc053 /packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs | |
parent | 7e266da987db30caeb91c86b9a7b8fd13d091213 (diff) |
add unitary and pairwiseD2
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs')
-rw-r--r-- | packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs b/packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs index 078a748..818b226 100644 --- a/packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs +++ b/packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs | |||
@@ -10,6 +10,8 @@ Stability : provisional | |||
10 | ----------------------------------------------------------------------------- | 10 | ----------------------------------------------------------------------------- |
11 | 11 | ||
12 | module Numeric.LinearAlgebra.HMatrix.Util( | 12 | module Numeric.LinearAlgebra.HMatrix.Util( |
13 | unitary, | ||
14 | pairwiseD2, | ||
13 | -- * Tools for the Kronecker product | 15 | -- * Tools for the Kronecker product |
14 | -- | 16 | -- |
15 | -- | (see A. Fusiello, A matter of notation: Several uses of the Kronecker product in | 17 | -- | (see A. Fusiello, A matter of notation: Several uses of the Kronecker product in |