slepc-3.19.2 2023-09-05
   
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