BlasL2GeRC
Performs a rank-1 conjugated update of a general m-by-n matrix.
AU = alpha * x * conjg(y) + A
BLAS function GERC.
Computing for type matrix<complex>
bool matrixc::BlasL2GeRC(
|
Computing for type matrix<complexf>
bool matrixcf::BlasL2GeRC(
|
Parameters
alpha
[in] Scalar multiplier alpha.
X
[in] Vector x of size m.
Y
[in] Vector y of size n.
AU
[out] Updated matrix A.
Return Value
Return true if successful, otherwise false in case of an error.