|
|
| 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)
|
|
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 |
|
Contact us at files@mathworks.com