EPSGetST

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

Synopsis

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

Input Parameters

eps -eigensolver context obtained from EPSCreate()

Output Parameter

st -spectral transformation context

See Also

EPSSetST()

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

Examples

src/examples/ex10.c.html