#include "slepceps.h" PetscErrorCode EPSSolve(EPS eps)Collective on EPS
eps | - eigensolver context obtained from EPSCreate() |
-eps_view | - print information about the solver used | |
-eps_view_mat0 binary | - save the first matrix (A) to the default binary viewer | |
-eps_view_mat1 binary | - save the second matrix (B) to the default binary viewer | |
-eps_view_vectors binary | - save the computed eigenvectors to the default binary viewer | |
-eps_view_values | - print 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 |
Location: src/eps/interface/epssolve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages