R/vec.norm.R

vec.norm <-
function(A){					
	sqrt(t(A)%*%A)
}

Try the XMRF package in your browser

Any scripts or data that you put into this service are public.

XMRF documentation built on May 2, 2019, 8:18 a.m.