slepc-3.16.1 2021-11-17
EPSComputeError
Computes the error (based on the residual norm) associated with the i-th computed eigenpair.
Synopsis
#include "slepceps.h"
#include "slepcbv.h"
PetscErrorCode EPSComputeError(EPS eps,PetscInt i,EPSErrorType type,PetscReal *error)
Collective on eps
Input Parameters
| eps | - the eigensolver context
|
| i | - the solution index
|
| type | - the type of error to compute
|
Output Parameter
Notes
The error can be computed in various ways, all of them based on the residual
norm ||Ax-kBx||_2 where k is the eigenvalue and x is the eigenvector.
See Also
EPSErrorType, EPSSolve(), EPSGetErrorEstimate()
Location: src/eps/interface/epssolve.c
Examples
src/eps/tutorials/ex1.c.html
src/eps/tutorials/ex19.c.html
src/eps/tutorials/ex31.c.html
src/eps/tutorials/ex1f.F.html
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages