slepc-3.13.2 2020-05-12
Report Typos and Errors

NEPSLPSetEPS

Associate a linear eigensolver object (EPS) to the nonlinear eigenvalue solver.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPSLPSetEPS(NEP nep,EPS eps)
Collective on nep

Input Parameters

nep  - nonlinear eigenvalue solver
eps  - the eigensolver object

See Also

NEPSLPGetEPS()

Location: src/nep/impls/slp/slp.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages