#include "slepcbv.h" PetscErrorCode BVMatMultHermitianTranspose(BV V,Mat A,BV Y)Neighbor-wise Collective on A
V | - basis vectors context | |
A | - the matrix |
Y | - the result |
As opposed to BVMatMult(), this operation is always done column by column, with a sequence of calls to MatMultHermitianTranspose().
Location: src/sys/classes/bv/interface/bvops.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages