slepc-3.20.2 2024-03-15
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 Parameters

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

See Also

STFilterSetRange()

Level

intermediate

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