EPSJDGetKrylovStart

Gets if the searching subspace is started with a Krylov basis.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSJDGetKrylovStart(EPS eps,PetscTruth *krylovstart)
Collective on EPS

Input Parameter

eps - the eigenproblem solver context

Output Parameters

krylovstart - boolean flag indicating if starting the searching subspace with a Krylov basis is enabled.

See Also

EPSJDGetKrylovStart()

Location: src/eps/impls/davidson/jd/jd.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages