pub fn cgerc(
alpha: &ComplexF32,
x: &VectorComplexF32,
y: &VectorComplexF32,
A: &mut MatrixComplexF32
) -> Value
Expand description
This function computes the conjugate rank-1 update A = \alpha x y^H + A of the matrix A.
pub fn cgerc(
alpha: &ComplexF32,
x: &VectorComplexF32,
y: &VectorComplexF32,
A: &mut MatrixComplexF32
) -> Value
This function computes the conjugate rank-1 update A = \alpha x y^H + A of the matrix A.