slepc-3.5.0 2014-07-29
Report Typos and Errors

PEPSetTarget

Sets the value of the target.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPSetTarget(PEP pep,PetscScalar target)
Logically Collective on PEP

Input Parameters

pep - eigensolver context
target - the value of the target

Notes

The target is a scalar value used to determine the portion of the spectrum of interest. It is used in combination with PEPSetWhichEigenpairs().

See Also

PEPGetTarget(), PEPSetWhichEigenpairs()

Location: src/pep/interface/pepbasic.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages