EPSSolve

Solves the eigensystem.

Synopsis

#include "slepceps.h" 
int EPSSolve(EPS eps) 
Collective on EPS

Input Parameter

eps -eigensolver context obtained from EPSCreate()

Options Database

-eps_view - print information about the solver used
-eps_view_binary - save the matrices to the default binary file
-eps_plot_eigs - plot computed eigenvalues

See Also

EPSCreate(), EPSSetUp(), EPSDestroy(), EPSSetTolerances()

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

Examples

src/examples/ex1.c.html
src/examples/ex2.c.html
src/examples/ex3.c.html
src/examples/ex4.c.html
src/examples/ex5.c.html
src/examples/ex7.c.html
src/examples/ex8.c.html
src/examples/ex9.c.html
src/examples/ex10.c.html
src/examples/ex1f.F.html
src/examples/ex6f.F.html