lis_esolver_get_residualnorms.3f - Man Page

get the relative residual norms for all the eigenpairs from the eigensolver

Synopsis

subroutine lis_esolver_get_residualnorms(LIS_ESOLVER esolver, LIS_VECTOR v, LIS_INTEGER ierr);

Description

Get the relative residual norms ||lx - Ax||_2/||lx||_2 for all the eigenpairs from the eigensolver.

Input

esolver

The eigensolver

Output

v

The vector which stores the residual norms

See Also

lis(3)

http://www.ssisc.org/lis/

Info

28 Aug 2014 Man Page Lis Library Functions