Functions | |
endif | if (isa(A,"single")) if(tol< eps("single")) tol |
endif else | if (tol< eps) tol |
if (maxA==0) e1=0else[m | |
if (m > n) tmp | |
if (issparse(A)) while(abs(e1-e0) > tol *e1) e0 | |
while (abs(e1-e0) > tol *e1) e0 | |
Variables | |
function [e1, c] | |
endif | maxA = max (max (abs (A))) |
c = 0 | |
n = size (A) | |
B = A / maxA | |
Bt = B' | |
endif | e0 = 0 |
x = randn (min (m, n), 1) | |
e1 = norm (x) |
if | ( | issparse(A) | ) |
if | ( | m | , | |
n | ||||
) |
if | ( | maxA | = = 0 |
) | [pure virtual] |
endif if | ( | isa(A,"single") | ) |
c = 0 |
n = size (A) |
x = randn (min (m, n), 1) |