EPSGetErrorEstimate

Returns the error bound associated to the i-th approximate eigenpair.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetErrorEstimate(EPS eps, int i, PetscReal *errest)
Not Collective

Input Parameter

eps - eigensolver context
i - index of eigenpair

Output Parameter

errest -the error estimate

See Also

EPSComputeRelativeError()

Level:advanced
Location:
src/eps/interface/solve.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages