[][src]Function rin::math::norm

pub fn norm<V>(v: &V) -> <V as VectorSpace>::Field where
    V: NormedSpace
Deprecated

: use Matrix::norm or Quaternion::norm instead

Computes the L2 (Euclidean) norm of a vector.

See also:

Deprecated

Use these methods instead:

Or, use NormedSpace::norm.