Function rgsl::blas::level2::zgerc [] [src]

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

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