#include "petscmat.h" PetscErrorCode MatMultTranspose(Mat mat,Vec x,Vec y)Neighbor-wise Collective on Mat
mat | - the matrix | |
x | - the vector to be multiplied |
For complex numbers this does NOT compute the Hermitian (complex conjugate) transpose multiple, use MatMultHermitianTranspose()