Description Usage Arguments Value See Also Examples
View source: R/reverse.kronecker.R
This function takes a matrix that is Kronecker product A \otimes B (Definition 3.5), where A is P x Q and B is N x M, and outputs the matrix B \otimes A.
1 | reverse.kronecker(ab, p, qq)
|
ab |
The (NP) x (QM) matrix A \otimes B. |
p |
The number of rows of A. |
qq |
The number of columns of A. |
The (NP) x (QM) matrix B \otimes A.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.