EPSLanczosSetReorthog

Sets the type of reorthogonalization used during the Lanczos iteration.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSLanczosSetReorthog(EPS eps,EPSLanczosReorthogType reorthog)
Collective on EPS

Input Parameters

eps - the eigenproblem solver context
reorthog - the type of reorthogonalization

Options Database Key

-eps_lanczos_orthog - Sets the reorthogonalization type (either 'local', 'selective', 'periodic', 'partial' or 'full')

See Also

EPSLanczosGetReorthog()

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