Function rgsl::blas::level2::zgerc

source · []
pub fn zgerc(
    alpha: &ComplexF64,
    x: &VectorComplexF64,
    y: &VectorComplexF64,
    A: &mut MatrixComplexF64
) -> Value
Expand description

This function computes the conjugate rank-1 update A = \alpha x y^H + A of the matrix A.