Calculates the two-norm (L2) of the vector.
Calculates the two-norm (L2) of the vector. Also known as the Euclidean length.L2(v) = sqrt( x_1^2 + x_2^2 .. + x_n^2 )
Calculates the two-norm (L2) of the vector. Also known as the Euclidean length.
L2(v) = sqrt( x_1^2 + x_2^2 .. + x_n^2 )