Function rgsl::blas::level2::cgeru

source ·
pub fn cgeru(
    alpha: &ComplexF32,
    x: &VectorComplexF32,
    y: &VectorComplexF32,
    A: &mut MatrixComplexF32
) -> Value
Expand description

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