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

pub fn caxpy(
    alpha: &ComplexF32,
    x: &VectorComplexF32,
    y: &mut VectorComplexF32
) -> Value

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