Kron: Kronecker product

View source: R/Kron.R

KronR 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.


CA3variants documentation built on Oct. 10, 2022, 5:07 p.m.