Function rgsl::blas::level2::cgerc
[−]
[src]
pub fn cgerc(alpha: &ComplexF32, x: &VectorComplexF32, y: &VectorComplexF32, A: &mut MatrixComplexF32) -> Value
This function computes the conjugate rank-1 update A = \alpha x yH + A of the matrix A.