EPSSetProblemType

Specifies the type of the eigenvalue problem.

Synopsis

#include "slepceps.h" 
int EPSSetProblemType(EPS eps,EPSProblemType type)
Collective on EPS

Input Parameters

eps - the eigensolver context
type - a known type of eigenvalue problem

Options Database Keys

-eps_hermitian - Hermitian eigenvalue problem (default)
-eps_gen_hermitian - generalized Hermitian eigenvalue problem
-eps_non_hermitian - non-Hermitian eigenvalue problem
-eps_gen_non_hermitian - generalized non-Hermitian eigenvalue problem

Note

Normally, the user need not set the EPS type, since it can be determined from the information given in the EPSSetOperators call. This routine is reserved for special cases such as when a nonsymmetric solver wants to be used in a symmetric problem.

See Also

EPSSetOperators(), EPSSetType(), EPSType

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