1lis_solve(3f) Lis Library Functions lis_solve(3f)
2
3
4
6 lis_solve - solve the linear equation
7
8
10 subroutine lis_solve(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x,
11 LIS_SOLVER solver, LIS_INTEGER ierr);
12
13
15 Solve the linear equation with the specified solver.
16
17
19 A The coefficient matrix
20
21
22 b The right hand side vector
23
24
25 x The initial vector
26
27
28 solver The solver
29
30
32 x The solution
33
34
35 solver The number of iterations, the execution time, etc.
36
37
39 lis(3)
40
41 http://www.ssisc.org/lis/
42
43
44
45
46Man Page 6 Sep 2012 lis_solve(3f)