R/norm_vec.R

#' computes the norm of a vector

norm_vec<-function(x) sqrt(sum(x^2))
tleblevecIMP/TransPGS documentation built on May 31, 2019, 3:49 p.m.