1lis_solve(3) Lis Library Functions lis_solve(3)
2
3
4
6 lis_solve - solve the linear equation
7
8
10 #include "lis.h"
11
12 LIS_INT lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, LIS_SOLVER
13 solver);
14
15
17 Solve the linear equation with the specified solver.
18
19
21 A The coefficient matrix
22
23
24 b The right hand side vector
25
26
27 x The initial vector
28
29
30 solver The solver
31
32
34 x The solution
35
36
37 solver The number of iterations, the execution time, etc.
38
39
41 The following exit values are returned:
42
43 0 The process is normally terminated
44
45 unspecified
46 An error occurred
47
48
50 lis(3)
51
52 http://www.ssisc.org/lis/
53
54
55
56
57Man Page 6 Sep 2012 lis_solve(3)