diff options
Diffstat (limited to 'lib')
-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, |