Kronecker Tensor Product
by Mayowa
25 Jun 2009
A mex implementation of Kronecker Tensor Product and a fast m file implementation
|
Watch this File
|
| File Information |
| Description |
Kronecker product of the two matrix arguments in the order they appear
If A is an m-by-n matrix and B is a p-by-q matrix, then the Kronecker
product is the mp-by-nq block matrix
example, if X is 2 by 3, then KRONECKER(X,Y) is
[ X(1,1)*Y X(1,2)*Y X(1,3)*Y
X(2,1)*Y X(2,2)*Y X(2,3)*Y ]
Thanks to Etienne Grossmann & Bruno Luong
Mayowa |
| MATLAB release |
MATLAB 7.8 (R2009a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com