NEPInterpolSetPEP#
Associate a polynomial eigensolver object (PEP) to the nonlinear eigenvalue solver.
Synopsis#
#include "slepcnep.h"
PetscErrorCode NEPInterpolSetPEP(NEP nep,PEP pep)
Collective
Input Parameters#
nep - nonlinear eigenvalue solver
pep - the polynomial eigensolver object
See Also#
Level#
advanced
Location#
Implementations#
NEPInterpolSetPEP_Interpol() in src/nep/impls/interpol/interpol.c
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages