#include "petscmat.h" PetscErrorCode MatCreateHermitianTranspose(Mat A,Mat *N)Collective on Mat
Notes: The hermitian transpose A' is NOT actually formed! Rather the new matrix object performs the matrix-vector product by using the MatMultHermitianTranspose() on the original matrix
Level:intermediate
Location:src/mat/impls/transpose/htransm.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages