STGetBilinearForm

Returns the matrix used in the bilinear form with a semi-definite generalised problem.

Synopsis

#include "slepcst.h" 
PetscErrorCode STGetBilinearForm(ST st,Mat *B)
Collective on ST and Mat

Input Parameters

st - the spectral transformation context

Output Parameter

B - output matrix

Note

The output matrix B must be destroyed after use.

Location: src/st/interface/stsolve.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages