#include "petscmat.h" PetscErrorCode MatHermitianTranspose(Mat mat,MatReuse reuse,Mat *B)Collective on Mat
mat | - the matrix to transpose and complex conjugate | |
reuse | - either MAT_INITIAL_MATRIX, MAT_REUSE_MATRIX, or MAT_INPLACE_MATRIX |
B | - the Hermitian |