#include "petscmat.h" PetscErrorCode MatMultHermitianTranspose(Mat mat,Vec x,Vec y)Neighbor-wise Collective on Mat and Vec Many br
mat | - the matrix Many br | |
x | - the vector to be multilplied Many br |
Also called the conjugate transpose, complex conjugate transpose, or adjoint. Many br
For real numbers MatMultTranspose() and MatMultHermitianTranspose() are identical. Many br
Many br
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