slepc-3.13.2 2020-05-12
Report Typos and Errors

BVGetMatrix

Retrieves the matrix representation of the inner product.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVGetMatrix(BV bv,Mat *B,PetscBool *indef)
Not collective, though a parallel Mat may be returned

Input Parameter

bv  - the basis vectors context

Output Parameter

B  - the matrix of the inner product (may be NULL)
indef  - the flag indicating if the matrix is indefinite

See Also

BVSetMatrix()

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