1lis_array_solve(3f) Lis Library Functions lis_array_solve(3f)
2
3
4
6 lis_array_solve - solve the linear equation with the direct method
7
8
10 subroutine lis_array_solve(LIS_INTEGER n, LIS_SCALAR a(), LIS_SCALAR
11 b(), LIS_SCALAR x(), LIS_SCALAR w(), LIS_INTEGER ierr);
12
13
15 Solve the linear equation Ax=b with the specified solver.
16
17
19 n The size of the matrix
20
21
22 a The array that stores coefficient matrix A of size n * n
23
24
25 b The array that stores right hand side vector b of size n
26
27
28 w The work array w of size n
29
30
32 x The array that stores solution x
33
34
36 lis(3)
37
38 http://www.ssisc.org/lis/
39
40
41
42
43Man Page 6 Sep 2012 lis_array_solve(3f)