EPSGDSetBOrth

Activates or deactivates the B-orthogonalizetion of the searching subspace in case of generalized Hermitian problems.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGDSetBOrth(EPS eps,PetscBool borth)
Logically Collective on EPS

Input Parameters

eps - the eigenproblem solver context
borth - boolean flag

Options Database Key

-eps_gd_borth - Activates the B-orthogonalization of the searching subspace

See Also

EPSGDGetBOrth()

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