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.2 Index]
vecnorm {polyCub} | R Documentation |
This is nothing else than sqrt(sum(x^2))
.
vecnorm(x)
x |
numeric vector. |
sqrt(sum(x^2))