slepc-3.16.1 2021-11-17
Report Typos and Errors

EPSJDGetKrylovStart

Returns a flag indicating if the searching subspace is started with a Krylov basis.

Synopsis

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

Input Parameter

eps  - the eigenproblem solver context

Output Parameters

krylovstart  - boolean flag indicating if the searching subspace is started with a Krylov basis

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