91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-02
  • 語言: Matlab
  • 標簽: Lansvd分解??

資源簡介

Lansvd奇異值分解,先對矩陣進行Lanczos分解,得到雙對角矩陣,再進行奇異值分解。

資源截圖

代碼片段和文件信息

function?[USVbndj]?=?lansvd(varargin)
%LANSVD??Compute?a?few?singular?values?and?singular?vectors.
%???LANSVD?computes?singular?triplets?(uvsigma)?such?that
%???A*u?=?sigma*v?and??A‘*v?=?sigma*u.?Only?a?few?singular?values?
%???and?singular?vectors?are?computed??using?the?Lanczos?
%???bidiagonalization?algorithm?with?partial?reorthogonalization?(BPRO).?
%
%???S?=?LANSVD(A)?
%???S?=?LANSVD(‘Afun‘‘Atransfun‘MN)??
%
%???The?first?input?argument?is?either?a??matrix?or?a
%???string?containing?the?name?of?an?M-file?which?applies?a?linear
%???operator?to?the?columns?of?a?given?matrix.??In?the?latter?case
%???the?second?input?must?be?the?name?of?an?M-file?which?applies?the
%???transpose?of?the?same?operator?to?the?columns?of?a?given?matrix??
%???and?the?third?and?fourth?a

評論

共有 條評論

相關資源