Function nalgebra_glm::l2_norm

source ·
pub fn l2_norm<T: RealNumber, const D: usize>(x: &TVec<T, D>) -> T
Expand description

The l2-norm of v.

This is also known as the Euclidean norm.

This is the same value as returned by length and magnitude.

See also: