slepc-3.6.3 2016-03-29
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