slepc-main 2024-11-09
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
Input Parameters
nep
- nonlinear eigenvalue solver
eps
- the eigensolver object
See Also
NEPSLPGetEPS
()
Level
advanced
Location
src/nep/impls/slp/slp.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages