#include "slepcnep.h" PetscErrorCode NEPSolve(NEP nep)Collective
nep | - eigensolver context obtained from NEPCreate() |
-nep_view | - print information about the solver used | |
-nep_view_matk | - view the split form matrix Ak (replace k by an integer from 0 to nt-1) | |
-nep_view_fnk | - view the split form function fk (replace k by an integer from 0 to nt-1) | |
-nep_view_vectors | - view the computed eigenvectors | |
-nep_view_values | - view the computed eigenvalues | |
-nep_converged_reason | - print reason for convergence, and number of iterations | |
-nep_error_absolute | - print absolute errors of each eigenpair | |
-nep_error_relative | - print relative errors of each eigenpair | |
-nep_error_backward | - print backward errors of each eigenpair |