EPSGetErrorEstimates

Returns the error bounds associated to each of the approximate eigenpairs.

Synopsis

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

Input Parameter

eps -eigensolver context obtained from EPSCreate()

Output Parameter

errest -the error estimates

See Also

EPSGetSolution(), EPSComputeError()

Level:advanced
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages