#include "petscmat.h" PetscErrorCode MatHermitianTranspose(Mat mat,MatReuse reuse,Mat *B)Collective on Mat
mat | - the matrix to transpose and complex conjugate | |
reuse | - MAT_INITIAL_MATRIX to create a new matrix, MAT_INPLACE_MATRIX to reuse the first argument to store the transpose |
B | - the Hermitian |