File:  [Research Unix] / researchv10dc / cmd / matlab / exec / pdq
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:33 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

alfa = <>; beta = 0; q = <>; p = p(:,1)/norm(p(:,1));
t = A'*p(:,1);
alfa(1) = norm(t);
q(:,1) = t/alfa(1);
X = p(:,1)*(alfa(1)*q(:,1))'
e(1) = norm(A-X,1)
for j = 2:r, exec('pdqstep',ip); ...
   X = X + p(:,j)*(alfa(j)*q(:,j)+beta(j)*q(:,j-1))', ...
   e(j) = norm(A-X,1)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.