mkronecker: Perfroms the Kronecker Product from a list of Matrices

Description Usage Arguments Value Author(s)

View source: R/mkronecker.R

Description

This function performs the kronecker product of a list of matrices in the order in which they appear on the list with the first element of the list beign the rightmost matrix in the product and the last element of the list beign the leftmost matrix in the product.

Usage

1

Arguments

C

The list of matrices on which the Kronecker product is to be performed

Value

A matrix which is the kronecker product of the list of matrices with number of rows eaul to the product of the number of rows of every matrix, and number of columns equal to the number of columns of every matrix in the list.

Author(s)

Rene Gutierrez Marquez


Rene-Gutierrez/BayTenGraMod documentation built on Dec. 12, 2020, 11:24 a.m.