1lis_solve_kernel(3) Lis Library Functions lis_solve_kernel(3)
2
3
4
6 lis_solve_kernel - solve the linear equation with the predefined pre‐
7 conditioner
8
9
11 #include "lis.h"
12
13 LIS_INT lis_solve_kernel(LIS_SOLVER solver);
14
15
17 Solve the linear equation with the specified solver and the predefined
18 preconditioner.
19
20
22 A The coefficient matrix
23
24
25 b The right hand side vector
26
27
28 x The initial vector
29
30
31 solver The solver
32
33
34 precon The preconditioner
35
36
38 x The solution
39
40
41 solver The number of iterations, the execution time, etc.
42
43
45 The following exit values are returned:
46
47 0 The process is normally terminated
48
49 unspecified
50 An error occurred
51
52
54 See lis-($VERSION)/src/esolver/lis esolver ii.c, which computes the
55 smallest eigenvalue by calling lis_solve_kernel multiple times, for
56 example.
57
58
60 lis(3)
61
62 http://www.ssisc.org/lis/
63
64
65
66
67Man Page 6 Sep 2012 lis_solve_kernel(3)