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

pub fn zaxpy(
    alpha: &ComplexF64,
    x: &VectorComplexF64,
    y: &mut VectorComplexF64
) -> Value

This function computes the sum y = \alpha x + y for the vectors x and y.