vector_norm

Function vector_norm 

Source
pub fn vector_norm<F>(v: &ArrayView1<'_, F>) -> F
where F: IntegrateFloat,
Expand description

Compute the norm of a vector

§Arguments

  • v - The vector

§Returns

  • The L2 norm of the vector