slepc-3.6.1 2015-09-03
Report Typos and Errors

BVMatMultType

Determines how to perform 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 (default); BV_MATMULT_MAT_SAVE: call MatMatMult() and keep auxiliary matrices (more efficient but needs more memory)

Synopsis

typedef enum { BV_MATMULT_VECS,
               BV_MATMULT_MAT,
               BV_MATMULT_MAT_SAVE } BVMatMultType;

See Also

BVMatMult()

Location: src/sys/classes/bv/../../../../include/slepcbv.h
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages