diff options
author | Alberto Ruiz <aruiz@um.es> | 2012-07-30 08:36:50 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2012-07-30 08:36:50 +0200 |
commit | 55edd1062e41e58c702e8049849e44333c8c83d7 (patch) | |
tree | 9ce37d8e338f0a6fc4bea63fd9e0c453d337e4b4 | |
parent | 899c1f71f64f49c5d3b2c264501565227977cd9c (diff) |
reference for Kronecker tools
-rw-r--r-- | lib/Numeric/LinearAlgebra/Util.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/Util.hs b/lib/Numeric/LinearAlgebra/Util.hs index 25eb239..c4e4007 100644 --- a/lib/Numeric/LinearAlgebra/Util.hs +++ b/lib/Numeric/LinearAlgebra/Util.hs | |||
@@ -29,6 +29,10 @@ module Numeric.LinearAlgebra.Util( | |||
29 | corr2, conv2, separable, | 29 | corr2, conv2, separable, |
30 | -- * Tools for the Kronecker product | 30 | -- * Tools for the Kronecker product |
31 | -- | 31 | -- |
32 | -- | (see A. Fusiello, A matter of notation: Several uses of the Kronecker product in | ||
33 | -- 3d computer vision, Pattern Recognition Letters 28 (15) (2007) 2127-2132) | ||
34 | |||
35 | -- | ||
32 | -- | @`vec` (a \<> x \<> b) == ('trans' b ` 'kronecker' ` a) \<> 'vec' x@ | 36 | -- | @`vec` (a \<> x \<> b) == ('trans' b ` 'kronecker' ` a) \<> 'vec' x@ |
33 | vec, | 37 | vec, |
34 | vech, | 38 | vech, |