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