polyCub (version 0.8.0)

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.