Kronecker product

Versión 1.6.0.0 (1,46 KB) por Laurent S
An efficient implementation of the Kronecker product for dense, sparse and logical matrices.
1,8K descargas
Actualizado 6 feb 2011

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2010b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Linear Algebra en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: kronecker

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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