norm_vec {MaxWiK} | R Documentation |
The norm function for vector
Description
The norm function for vector
Usage
norm_vec(x)
norm_vec_sq(x)
Arguments
x |
numeric vector |
Value
The squared root of sum of squared elements of the vector x or Euclid length of the vector x
The squared Euclid norm or the sum of squared elements of the vector x
Functions
-
norm_vec_sq()
: The squared norm or the sum of squared elements of the vector x
Examples
NULL
NULL
[Package MaxWiK version 1.0.6 Index]