1lis_input(3f) Lis Library Functions lis_input(3f)
2
3
4
6 lis_input - read the matrix and vector data
7
8
10 subroutine lis_input(LIS_MATRIX A, LIS_VECTOR b, LIS_VECTOR x, char
11 *filename, LIS_INTEGER ierr);
12
13
15 Read the matrix and vector data from the external file.
16
17
19 filename
20 The source file
21
22
24 A The matrix in the specified storage format
25
26
27 b The right hand side vector
28
29
30 x The solution
31
32
34 The following file formats are supported:
35
36 The extended Matrix Market format (extended to allow vector data)
37
38 The Harwell-Boeing format
39
40
42 lis(3)
43
44 http://www.ssisc.org/lis/
45
46
47
48
49Man Page 6 Sep 2012 lis_input(3f)