Function rgsl::blas::level1::scasum [] [src]

pub fn scasum(x: &VectorComplexF32) -> f32

This function computes the sum of the magnitudes of the real and imaginary parts of the complex vector x, \sum |\Re(x_i)| + |\Im(x_i)|.