Learn R Programming

CA3variants (version 3.3.1)

Kron: 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.

Author

Rosaria Lombardo, Eric J Beh, Ida Camminatiello.

Details

This function is utilised from several other functions like CA3variants, newcomp3, step.g3 and reconst3.