#include "slepcnep.h" #include "slepcbv.h" PetscErrorCode NEPSolve(NEP nep)Collective on nep
nep | - eigensolver context obtained from NEPCreate() |
-nep_view | - print information about the solver used | |
-nep_view_vectors binary | - save the computed eigenvectors to the default binary viewer | |
-nep_view_values | - print 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 |
Location: src/nep/interface/nepsolve.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages