Kronecker product

版本 1.6.0.0 (1.5 KB) 作者: Laurent S
An efficient implementation of the Kronecker product for dense, sparse and logical matrices.
1.8K 次下载
更新时间 2011/2/6

查看许可证

This file serves as a replacement for Matlab's kron.m. It contains a more efficient implementation of the Kronecker product for dense, sparse and logical matrices.

引用格式

Laurent S (2024). Kronecker product (https://www.mathworks.com/matlabcentral/fileexchange/28889-kronecker-product), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签 添加标签
致谢

参考作品: kronecker

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.6.0.0

Fixed a bug where an error would occur if one of the arguments is a row vector (thanks Paulo and Matt J).

1.5.0.0

Improved support for combinations of different data types.

1.3.0.0

Included support for more class types, such as single precision.

1.2.0.0

Included support for logical matrices.

1.0.0.0