Rdocumentation
powered by
Learn R Programming
polyCub (version 0.9.1)
vecnorm: Euclidean Vector Norm (Length)
Description
This is nothing else than
sqrt(sum(x^2))
.
Usage
vecnorm(x)
Value
sqrt(sum(x^2))
Arguments
x
numeric vector.