#include "slepceps.h" PetscErrorCode EPSKrylovSchurGetInertias(EPS eps,PetscInt *n,PetscReal **shifts,PetscInt **inertias)Not Collective
n | - number of shifts, including the endpoints of the interval | |
shifts | - the values of the shifts used internally in the solver | |
inertias | - the values of the inertia in each shift |
This function is only available for spectrum slicing runs, see EPSSetInterval().
The returned arrays should be freed by the user.
Location: src/eps/impls/krylov/krylovschur/krylovschur.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages