EPSGetST

Obtain the spectral transformation (ST) object associated to the eigensolver object.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetST(EPS eps,ST *st)
Not Collective

Input Parameters

eps - eigensolver context obtained from EPSCreate()

Output Parameter

st - spectral transformation context

See Also

EPSSetST()

Location: src/eps/interface/basic.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/eps/examples/tutorials/ex13.c.html
src/st/examples/tutorials/ex10.c.html