What is the algorithm used by svds function?
3 ビュー (過去 30 日間)
古いコメントを表示
Hojjat Haghshenas Lari
2018 年 10 月 12 日
コメント済み: Christine Tobler
2018 年 10 月 12 日
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.
0 件のコメント
採用された回答
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
2018 年 10 月 12 日
If you type "edit svds", some papers are cited just after the help section.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!