R/l2.R

## l2 norm.
l2 <- function(x){ return(sqrt(sum(x^2)))}     

Try the rNMF package in your browser

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

rNMF documentation built on May 2, 2019, 12:22 p.m.