summaryrefslogtreecommitdiff
path: root/packages/base/src/Numeric/LinearAlgebra/HMatrix
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-04-15 09:17:30 +0200
committerAlberto Ruiz <aruiz@um.es>2015-04-15 09:17:30 +0200
commit27dceac51cbd904e06891e583d4b445e691efc8c (patch)
treec13ad1316f2e3ac220c8f4cad2004398b7fdc053 /packages/base/src/Numeric/LinearAlgebra/HMatrix
parent7e266da987db30caeb91c86b9a7b8fd13d091213 (diff)
add unitary and pairwiseD2
Diffstat (limited to 'packages/base/src/Numeric/LinearAlgebra/HMatrix')
-rw-r--r--packages/base/src/Numeric/LinearAlgebra/HMatrix/Util.hs2
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
12module Numeric.LinearAlgebra.HMatrix.Util( 12module 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