EPSGetInterval

Gets the computational interval for spectrum slicing.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetInterval(EPS eps,PetscReal* inta,PetscReal* intb)
Not Collective

Input Parameter

eps - eigensolver context

Output Parameters

inta - left end of the interval
intb - right end of the interval

Note

If the interval was not set by the user, then zeros are returned.

See Also

EPSSetInterval()

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