STSetBilinearForm

Specifies the bilinear form to be used for inner products in eigensolvers.

Synopsis

#include "slepcst.h" 
PetscErrorCode STSetBilinearForm(ST st,STBilinearForm form)
Collective on ST

Input Parameters

st - the spectral transformation context
form - the type of bilinear form

Note

This function is called by EPSSetProblemType() and usually need not be called by the user.

See Also

STInnerProduct(), STNorm(), EPSSetProblemType()

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