#include "slepceps.h" PetscErrorCode EPSSolve(EPS eps)Collective
eps | - eigensolver context obtained from EPSCreate() |
-eps_view | - print information about the solver used | |
-eps_view_mat0 | - view the first matrix (A) | |
-eps_view_mat1 | - view the second matrix (B) | |
-eps_view_vectors | - view the computed eigenvectors | |
-eps_view_values | - view the computed eigenvalues | |
-eps_converged_reason | - print reason for convergence, and number of iterations | |
-eps_error_absolute | - print absolute errors of each eigenpair | |
-eps_error_relative | - print relative errors of each eigenpair | |
-eps_error_backward | - print backward errors of each eigenpair |