#include "petscmat.h" PetscErrorCode MatMultHermitianTranspose(Mat mat,Vec x,Vec y)Neighbor-wise Collective on Mat and Vec
mat | - the matrix | |
x | - the vector to be multilplied |
Also called the conjugate transpose, complex conjugate transpose, or adjoint.
For real numbers MatMultTranspose() and MatMultHermitianTranspose() are identical.
Level:beginner
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages