1lis_solver_get_residualnorm(3fL)is Library Functiolniss_solver_get_residualnorm(3f)
2
3
4
6 lis_solver_get_residualnorm - calculate the relative residual norm from
7 the solution
8
9
11 subroutine lis_solver_get_residualnorm(LIS_SOLVER solver, LIS_INTEGER
12 *residual, LIS_INTEGER ierr);
13
14
16 Calculate the relative residual norm ||b - Ax||_2/||b||_2 from the
17 solution x.
18
19
21 solver The solver
22
23
25 residual
26 The relative residual norm ||b - Ax||_2/||b||_2
27
28
30 lis(3)
31
32 http://www.ssisc.org/lis/
33
34
35
36
37Man Page 6 Sep 2012 lis_solver_get_residualnorm(3f)