STGetBilinearForm
Returns the matrix used in the bilinear form with a generalized problem with semi-definite B.
Synopsis
#include "slepcst.h"
PetscErrorCode STGetBilinearForm(ST st,Mat *B)
Not collective, though a parallel Mat may be returned
Input Parameters
st - the spectral transformation context
Output Parameter
B - output matrix
Notes
The output matrix B must be destroyed after use. It will be PETSC_NULL in
case of standard eigenproblems.
Location: src/st/interface/stsolve.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages