Function rgsl::blas::level1::scnrm2
[−]
[src]
pub fn scnrm2(x: &VectorComplexF32) -> f32
This function computes the Euclidean norm of the complex vector x,
||x||_2 = \sqrt {\sum (\Re(x_i)2 + \Im(x_i)2)}.