QEPGetTarget

Gets the value of the target.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPGetTarget(QEP qep,PetscScalar* target)
Not Collective

Input Parameter

qep - eigensolver context

Output Parameter

target - the value of the target

Note

If the target was not set by the user, then zero is returned.

See Also

QEPSetTarget()

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