#include "slepceps.h" PetscErrorCode EPSEVSLSetRange(EPS eps,PetscReal lmin,PetscReal lmax)Logically Collective on eps
eps | - the eigensolver context | |
lmin | - left end of the interval | |
lmax | - right end of the interval |
-eps_evsl_range <a,b> | - set [a,b] as the numerical range |
The wanted computational interval specified via EPSSetInterval() must be contained in the numerical range.
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