Function rgsl::blas::level1::caxpy

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

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