slepc-3.15.0 2021-03-31
Report Typos and Errors

NEPSLPSetKSP

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

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPSLPSetKSP(NEP nep,KSP ksp)
Collective on nep

Input Parameters

nep  - eigenvalue solver
ksp  - the linear solver object

See Also

NEPSLPGetKSP()

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