|
|
| File Information |
| Description |
This is a dedicated mex-file to efficiently compute the Sparse-Matrix-Vector-Product (smvp).
x = smvp(A,b);
This is generally 4 times faster than x = A*b for large A (On my machine).
Type "help smvp" and "smvp_demo" for more information.
NOTE: You will need either windows or the MATLAB compiler to use this function. A pre-compiled version is included, but you can re-compile via:
mex -O smvp.c
You may also find my efficient LU substitution function useful:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=10546&objectType=File
P.S This again can be useful in the numerical solution of PDE's.
NOTE: The zip file should now work (03/04/2006) but I have removed the demo |
| MATLAB release |
MATLAB 6.5 (R13)
|
| Zip File Content |
|
| Other Files |
smvp_no_demo/smvp.c, smvp_no_demo/smvp.dll, smvp_no_demo/smvp.m
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 01 Apr 2006 |
Michal Kvasnicka
|
|
|
| 30 Apr 2006 |
Robert Beardmore
|
|
|
| 20 Dec 2006 |
Shelley Lee
|
|
|
| 20 Feb 2007 |
Martin S.
|
|
|
| 21 Feb 2007 |
Tim Davis
|
|
|
| 13 Mar 2009 |
Stephen Becker
|
|
|
| Updates |
| 03 Apr 2006 |
zip file corrupted |
|
MATLAB Central Terms of Use
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.
Contact us at files@mathworks.com