Adjoint¶
Note
This is not a standard BLAS routine, but it is BLAS-like.
\(B := A^H\).
C++ API¶
- 
void 
Adjoint(const AbstractDistMatrix<T> &A, AbstractDistMatrix<T> &B)¶ 
- 
void 
Adjoint(const SparseMatrix<T> &A, SparseMatrix<T> &B)¶ 
- 
void 
Adjoint(const DistSparseMatrix<T> &A, DistSparseMatrix<T> &B)¶ 
