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