Vectorized Multi-Dimensional Matrix Multiplication
Take Any N-D Matrix and Multiply it by another N-D Matrix Without a For-Loop
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Darin Koblick (2026). Vectorized Multi-Dimensional Matrix Multiplication (https://in.mathworks.com/matlabcentral/fileexchange/47092-vectorized-multi-dimensional-matrix-multiplication), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0 (3.02 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.0 | Corrected bug which would not allow for transposing matricies when rowDim and colDim were swapped. This version was also regression tested. |
||
| 1.1.0 | Updated last step on re-assembling the N-D matrix to ensure singleton dimension was preserved when set to one. |
||
| 1.0.0 |