slepc-3.5.2 2014-10-10
Report Typos and Errors

PEPSolve

Solves the polynomial eigensystem.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPSolve(PEP pep)
Collective on PEP

Input Parameter

pep - eigensolver context obtained from PEPCreate()

Options Database Keys

-pep_view - print information about the solver used
-pep_plot_eigs - plot computed eigenvalues

See Also

PEPCreate(), PEPSetUp(), PEPDestroy(), PEPSetTolerances()

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

Examples

src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex17.c.html
src/pep/examples/tutorials/ex16f90.F90.html