Kron | R Documentation |
The function performs the Kronecker product. Starting from two matrices of dimension
IxP and JxQ the resulting matrix will be of dimension IxJ,PxQ.
Kron(a, b)
a |
The first matrix of dimension IxP involved in the kronecker product. |
b |
The second matrix of dimension JxQ involved in the kronecker product. |
This function is utilised from several other functions like CA3variants
,
newcomp3
, step.g3
and reconst3
.
Rosaria Lombardo, Eric J Beh, Ida Camminatiello.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.