slepc-3.8.3 2018-04-03
Report Typos and Errors

NEPNArnoldiSetKSP

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

Synopsis

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

Input Parameters

nep  - eigenvalue solver
ksp  - the linear solver object

See Also

NEPNArnoldiGetKSP()

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