QEPSetST

Associates a spectral transformation object to the eigensolver.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPSetST(QEP qep,ST st)
Collective on QEP

Input Parameters

qep - eigensolver context obtained from QEPCreate()
st - the spectral transformation object

Note

Use QEPGetST() to retrieve the spectral transformation context (for example, to free it at the end of the computations).

See Also

QEPGetST()

Location: src/qep/interface/qepbasic.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages