norminv2
Computes the norm of a vector on the down scaled region of interest as norminv but always with q = 2.
Contents
Syntax
n = norminv2(x,seti)
See Also
function n = norminv2(x,seti) n = sqrt(abs(innerinv(x,x,seti))); end
Computes the norm of a vector on the down scaled region of interest as norminv but always with q = 2.
n = norminv2(x,seti)
function n = norminv2(x,seti) n = sqrt(abs(innerinv(x,x,seti))); end