MatMultHermitianTranspose
Computes matrix Hermitian transpose times a vector.
Synopsis
#include "petscmat.h"
PetscErrorCode MatMultHermitianTranspose(Mat mat,Vec x,Vec y)
Collective on Mat and Vec
Input Parameters
| mat | - the matrix
|
| x | - the vector to be multilplied
|
Output Parameters
y -the result
Notes
The vectors x and y cannot be the same. I.e., one cannot
call MatMultHermitianTranspose(A,y,y).
See Also
MatMult(), MatMultAdd(), MatMultHermitianTransposeAdd(), MatMultTranspose()
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