normVec function

Calculate the euclidean norm of a vector

Calculate the euclidean norm of a vector

normVec(x)

Arguments

  • x: The vector for which the norm is to be calculated

Returns

The euclidean norm of x.