slepc-3.6.1 2015-09-03
Report Typos and Errors

EPSCISSGetThreshold

Gets the values of various threshold parameters in the CISS solver.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSCISSGetThreshold(EPS eps,PetscReal *delta,PetscReal *spur)
Not Collective

Input Parameter

eps - the eigenproblem solver context

Output Parameters

delta - threshold for numerical rank
spur - spurious threshold (to discard spurious eigenpairs)

See Also

EPSCISSSetThreshold()

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