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)
Logically Collective
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 NULL in case of standard eigenproblems.
See Also#
BVSetMatrix()
Level#
developer
Location#
Implementations#
STGetBilinearForm_Cayley() in src/sys/classes/st/impls/cayley/cayley.c
Index of all ST routines Table of Contents for all manual pages Index of all manual pages