slepc-3.16.0 2021-09-30
Report Typos and Errors

EPSEVSLGetRange

Gets the interval containing all eigenvalues.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSEVSLGetRange(EPS eps,PetscReal *lmin,PetscReal *lmax)
Not Collective

Input Parameter

eps  - the eigensolver context

Output Parameters

lmin  - left end of the interval
lmax  - right end of the interval

See Also

EPSEVSLSetRange()

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