1lis_esolver_get_residualnorms(L3i)s Library Functiloinss_esolver_get_residualnorms(3)
2
3
4

NAME

6       lis_esolver_get_residualnorms  - Get the relative residual norm for all
7       the eigenpairs from the eigensolver
8
9

SYNOPSIS

11       #include "lis.h"
12
13       LIS_INT lis_esolver_get_residualnorms(LIS_ESOLVER  esolver,  LIS_VECTOR
14       v);
15
16

DESCRIPTION

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

INPUT

23       esolver
24              The eigensolver
25
26

OUTPUT

28       v      The vector which stores the residual norms
29
30

EXIT STATUS

32       The following exit values are returned:
33
34       0      The process is normally terminated
35
36       unspecified
37              An error occurred
38
39

SEE ALSO

41       lis(3)
42
43       http://www.ssisc.org/lis/
44
45
46
47
48Man Page                          28 Aug 2014 lis_esolver_get_residualnorms(3)
Impressum