Function nalgebra::norm_squared

source ·
pub fn norm_squared<V: NormedSpace>(v: &V) -> V::Field
Expand description

Computes the squared L2 (Euclidean) norm of the vector v.

See also: