1lis_solve_kernel(3f) Lis Library Functions lis_solve_kernel(3f)
2
3
4
6 lis_solve_kernel - solve the linear equation with the predefined pre‐
7 conditioner
8
9
11 subroutine lis_solve_kernel(LIS_SOLVER solver, LIS_INTEGER ierr);
12
13
15 Solve the linear equation with the specified solver and the predefined
16 preconditioner.
17
18
20 A The coefficient matrix
21
22
23 b The right hand side vector
24
25
26 x The initial vector
27
28
29 solver The solver
30
31
32 precon The preconditioner
33
34
36 x The solution
37
38
39 solver The number of iterations, the execution time, etc.
40
41
43 See lis-($VERSION)/src/esolver/lis esolver ii.c, which computes the
44 smallest eigenvalue by calling lis_solve_kernel multiple times, for
45 example.
46
47
49 lis(3)
50
51 http://www.ssisc.org/lis/
52
53
54
55
56Man Page 6 Sep 2012 lis_solve_kernel(3f)