slepc-3.13.0 2020-03-31
Report Typos and Errors

STFilterGetRange

Gets the interval containing all eigenvalues.

Synopsis

#include "slepcst.h" 
PetscErrorCode STFilterGetRange(ST st,PetscReal *left,PetscReal *right)
Not Collective

Input Parameter

st  - the spectral transformation context

Output Parameter

left  - left end of the interval
right  - right end of the interval

See Also

STFilterSetRange()

Location: src/sys/classes/st/impls/filter/filter.c
Index of all ST routines
Table of Contents for all manual pages
Index of all manual pages