Vocabularymath.blas.matricesInputsOutputsWord descriptionCalculate the conjugate outer product
αx⊗y̅ + A and return a freshly allocated matrix containing the result. The width of
A must match the length of
y, and its height must match the length of
x. The returned matrix will have the same dimensions as
A. Corresponds to the xGERC routines in BLAS.
See alson*V(*)V+M!,
n*V(*)Vconj+M!,
n*V(*)V+M,
n*V(*)V,
n*V(*)Vconj,
V(*),
V(*)conj,
V.,
V.conjDefinition