vecnorm {polyCub}
R Documentation
Euclidean Vector Norm (Length)
Description
This is nothing else than
sqrt(sum(x^2))
.
Usage
vecnorm(x)
Arguments
x
numeric vector.
Value
sqrt(sum(x^2))
[Package
polyCub
version 0.9.1
Index
]