EPSGDGetKrylovStart
Gets if the searching subspace is started with a Krylov basis.
Synopsis
#include "slepceps.h"
PetscErrorCode EPSGDGetKrylovStart(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
EPSGDGetKrylovStart()
Location: src/eps/impls/davidson/gd/gd.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages