lmsvd.m
LMSVD is a Matlab solver for computing truncated (dominant) singular value decompositions of relatively large matrices. The code uses a subspace optimization technique to achieve significant accelerations to the classic simultaneous subspace iterations method, and is typically much faster than the Matlab's default function "svds".
In the case you use LMSVD in your published work, please make a reference to the following paper.
Xin Liu, Zaiwen Wen and Yin Zhang, Limited Memory Block Krylov Subspace Optimization for Computing Dominant Singular Value Decompositions, SIAM Journal on Scientific Computing, 35-3 (2013), A1641-A1668.
Cite As
XIN LIU (2024). lmsvd.m (https://www.mathworks.com/matlabcentral/fileexchange/46875-lmsvd-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Linear Algebra >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.3.0.0 | Two user-reported bugs, which may cause unexpected results in some extreme instances, have been corrected.
|
||
1.2.0.0 | Modify description. |
||
1.1.0.0 | Add a typical demo. |
||
1.0.0.0 |