#include "slepcbv.h" PetscErrorCode BVSetMatMultMethod(BV bv,BVMatMultType method)Logically Collective on BV
bv | - the basis vectors context | |
method | - the method for the BVMatMult() operation |
-bv_matmult_vecs | - perform a matrix-vector multiply per each column | |
-bv_matmult_mat | - carry out a MatMatMult() product with a dense matrix | |
-bv_matmult_mat_save | - call MatMatMult() and keep auxiliary matrices |
Location: src/sys/classes/bv/interface/bvbasic.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages