Closed bonevbs closed 4 years ago
Hi, just another bug that I found: the estimation of the norm fails for rectangular matrices. The code should be
nrm = svds(@(x,t) normest_afun(Afun, Afunt, x, t), ... [m n], 1, 'largest', ... struct('tol', 1e-2)); nrm = nrm(1);
Thanks Boris for spotting this, I applied the change you suggest!
Hi, just another bug that I found: the estimation of the norm fails for rectangular matrices. The code should be