slepc-3.7.4 2017-05-17
Report Typos and Errors

EPSJDSetBOrth

Selects the orthogonalization that will be used in the search subspace in case of generalized Hermitian problems.

Synopsis

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

Input Parameters

eps  - the eigenproblem solver context
borth  - whether to B-orthogonalize the search subspace

Options Database Key

-eps_jd_borth  - Set the orthogonalization used in the search subspace

See Also

EPSJDGetBOrth()

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