nrm2_c32_ndarray

Function nrm2_c32_ndarray 

Source
pub fn nrm2_c32_ndarray(x: &Array1<Complex32>) -> f32
Expand description

Computes the Euclidean norm of a Complex32 vector.

||x||_2 = sqrt(Σ |x[i]|²)