<html>
<head>
  <link rel="stylesheet" href="/slepc.css" type="text/css">
  <title>Eigenvalue Problem Solver - EPS</title>
</head>

<body class="manpageindex">

<h2>Eigenvalue Problem Solver - EPS: <a href="../../../src/eps/examples/tutorials/index.html">Examples</a></h2>

<p>
The Eigenvalue Problem Solver (EPS) is the object provided by SLEPc for specifying a linear eigenvalue problem, either in standard or generalized form. It provides uniform and efficient access to all of the linear eigensolvers included in the package. 
</p>
<p>
EPS users can set various options at runtime via the options database (e.g., <code>-eps_nev 4 -eps_type arnoldi</code>).  
Options can also be set directly in application codes by calling the corresponding routines (e.g., <a href="EPSSetDimensions.html">EPSSetDimensions</a>() / <a href="EPSSetType.html">EPSSetType</a>()).
</p>

