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