Computing Reviews

Algorithm 993:efficient computation with Kronecker products
Fackler P. ACM Transactions on Mathematical Software45(2):1-9,2019.Type:Article
Date Reviewed: 08/14/19

The Kronecker product of two matrices replaces each element of the first matrix with a multiple of a copy of the second matrix. The history, applications, and properties of the Kronecker and the symmetric products are well known [1,2]. For example, the Kronecker product is used in control theory to unfold systems of linear equations. In many applications, one needs to multiply a matrix represented as a Kronecker product of several matrices times an input matrix.

Are there more effective ways to compute this product than simply carrying out the Kronecker products, producing a large matrix, and then multiplying times the input matrix? Not surprisingly, the answer is yes. Fackler describes forward and backward algorithms for this problem, and shows how his methods can avoid the memory intensive matrix reordering required by other methods. He presents MATLAB implementations of his methods and compares them with previously implemented methods.

The major contributions of this research are algorithms to eliminate computationally intensive data shuffling, as well as a simplified way to optimally order the workflow. In light of the experimental results presented, I invite all algorithmic designers and MATLAB lovers to read this insightful paper and then recommend more diverse areas of Kronecker applications in more computing domains.


1)

Schäcke, K. On the Kronecker product, master’s thesis. University of Waterloo, 2013, https://www.math.uwaterloo.ca/~hwolkowi/henry/reports/kronthesisschaecke04.pdf.


2)

Zhang, H.; Ding, F. On the Kronecker products and their applications. Journal of Applied Mathematics 2013, (2013), Article ID 296185. http://dx.doi.org/10.1155/2013/296185.

Reviewer:  Amos Olagunju Review #: CR146651 (1910-0372)

Reproduction in whole or in part without permission is prohibited.   Copyright 2024 ComputingReviews.com™
Terms of Use
| Privacy Policy