#include "slepcbv.h" PetscErrorCode BVMatMult(BV V,Mat A,BV Y)Neighbor-wise Collective on Mat and BV
V | - basis vectors context | |
A | - the matrix |
Y | - the result |
It is possible to choose whether the computation is done column by column or as a Mat-Mat product, see BVSetMatMultMethod().
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