klin.klist: Calculates the Kronecker product of a list of matrices

Description Usage Arguments Value Note Author(s) See Also

Description

Given a list A of matrices, the function calculates A[[1]] %x% ... %x% A[[length(A)]].

Usage

1

Arguments

A

A list that contains the matrices, preferably of class Matrix.

Value

A matrix, the dimensions are the product of the dimensions of the matrices in A.

Note

This is merely a convenience function, it does not employ any special algorithm, just calls %x% repeatedly.

Author(s)

Tamas K Papp <tpapp@princeton.edu>

See Also

klin.eval, klin.solve, klin.ls, klin.preparels.


klin documentation built on May 2, 2019, 1:05 p.m.