Function nalgebra_glm::l2_norm

source ·
pub fn l2_norm<N: Real, D: Dimension>(x: &TVec<N, D>) -> Nwhere
    DefaultAllocator: Alloc<N, D>,
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: