Sparse Matrix Multiplication
Version 1.0.0.0 (1.6 KB) by
Christian Walder
Allows you to specify the maximum number of nonzeros before multiplying sparse matrices.
5.4K Downloads
Updated
23 Sep 2005
No License
Matlab's built in sparse matrix multiplication function causes out of memory exceptions when it shouldn't. This file saves the day! Compile it with "mex mex_amub.cpp".
Cite As
Christian Walder (2026). Sparse Matrix Multiplication (https://www.mathworks.com/matlabcentral/fileexchange/7466-sparse-matrix-multiplication), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Sparse Matrices >
Find more on Sparse Matrices in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | dynamic memory if nargin < 3 |
