Kron {CA3variants} | R Documentation |
Kronecker product
Description
The function performs the Kronecker product. Starting from two matrices of dimension
IxP and JxQ the resulting matrix will be of dimension IxJ,PxQ.
Usage
Kron(a, b)
Arguments
a |
The first matrix of dimension IxP involved in the kronecker product. |
b |
The second matrix of dimension JxQ involved in the kronecker product. |
Details
This function is utilised from several other functions like CA3variants
,
newcomp3
, step.g3
and reconst3
.
Author(s)
Rosaria Lombardo, Eric J Beh, Ida Camminatiello.
[Package CA3variants version 3.3.1 Index]