lis_esolver_get_residualnorm - get the relative residual norm for the specified
eigenpair from the eigensolver
#include "lis.h"
LIS_INT lis_esolver_get_residualnorm(LIS_ESOLVER
esolver, LIS_REAL *residual);
Get the relative residual norm ||lx - Ax||_2/||lx||_2 for the specified
eigenpair from the eigensolver.
- residual
- The relative residual norm ||lx - Ax||_2/||lx||_2
The following exit values are returned:
- 0
- The process is normally terminated
- unspecified
- An error occurred
lis(3)
http://www.ssisc.org/lis/