What is the algorithm used by svds function?

3 次查看(过去 30 天)
Hi, I want to compare the speed of a truncated SVD code with Lanczos Bidiagonalization method. In my search I realized that MATLAB SVDS code has two referrences to two of the works on Lanczos Bidiagonalization method. Can anyone tell me if SVDS uses Lanczos Bidiagonalization method? I need to be sure to start comparing my code with it.

采纳的回答

Bruno Luong
Bruno Luong 2018-10-12
svds is a MATFILE and it calls different methods depending on your inputs. You might step over and see if matlab.internal.math.LanczosBD is invoked.
  4 个评论
Christine Tobler
Christine Tobler 2018-10-12
If you type "edit svds", some papers are cited just after the help section.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

产品


版本

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by