Ger¶
General rank-one update: \(A := \alpha x y^H + A\). \(x\) and \(y\) are free to be stored as either row or column vectors, but they will be interpreted as column vectors.
C++ API¶
-
void
Ger
(T alpha, const AbstractDistMatrix<T> &x, const AbstractDistMatrix<T> &y, AbstractDistMatrix<T> &A)¶
C API¶
-
ElError
ElGer_c
(complex_float alpha, ElConstMatrix_c x, ElConstMatrix_c y, ElMatrix_c A)¶
-
ElError
ElGer_z
(complex_double alpha, ElConstMatrix_z x, ElConstMatrix_z y, ElMatrix_z A)¶
-
ElError
ElGerDist_c
(complex_float alpha, ElConstDistMatrix_c x, ElConstDistMatrix_c y, ElDistMatrix_c A)¶
-
ElError
ElGerDist_z
(complex_double alpha, ElConstDistMatrix_z x, ElConstDistMatrix_z y, ElDistMatrix_z A)¶