Conjugate¶
Note
This is not a standard BLAS routine, but it is BLAS-like.
\(A := \bar A\). For real datatypes, this is a no-op.
C++ API¶
-
void
Conjugate
(AbstractDistMatrix<T> &A)¶
\(B := \bar A\).
-
void
Conjugate
(const AbstractDistMatrix<T> &A, AbstractDistMatrix<T> &B)¶