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

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

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