EPSJDGetBOrth

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

Synopsis

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

Input Parameter

eps - the eigenproblem solver context

Output Parameters

borth - the kind of orthogonalization

Notes

See EPSJDSetBOrth() for possible values of 'borth'.

See Also

EPSJDSetBOrth(), EPSOrthType

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