lmsvd.m

LMSVD ver. 1.3 is available for computing truncated SVD

You are now following this Submission

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 (2026). lmsvd.m (https://se.mathworks.com/matlabcentral/fileexchange/46875-lmsvd-m), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Linear Algebra in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.3.0.0

Two user-reported bugs, which may cause unexpected results in some extreme instances, have been corrected.
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