slepc-3.21.0 2024-03-30
Report Typos and Errors

EPSGDGetBOrth

Returns the orthogonalization used in the search subspace in case of generalized Hermitian problems.

Synopsis

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

Input Parameter

eps  - the eigenproblem solver context

Output Parameters

borth  - whether to B-orthogonalize the search subspace

See Also

EPSGDSetBOrth()

Level

advanced

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