EPSArnoldiGetDelayed

Gets the type of reorthogonalization used during the Arnoldi iteration.

Synopsis

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

Input Parameter

eps - the eigenproblem solver context

Input Parameter

delayed - boolean flag indicating if delayed reorthogonalization has been enabled

See Also

EPSArnoldiSetDelayed()

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