1lis_input_matrix(3) Lis Library Functions lis_input_matrix(3)
2
3
4
6 lis_input_matrix - read the matrix data
7
8
10 #include "lis.h"
11
12 LIS_INT lis_input_matrix(LIS_MATRIX A, char *filename);
13
14
16 Read the matrix data from the external file.
17
18
20 filename
21 The source file
22
23
25 A The matrix
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 The following file formats are supported:
39
40 The Matrix Market format
41
42 The Harwell-Boeing format
43
44
46 lis(3)
47
48 http://www.ssisc.org/lis/
49
50
51
52
53Man Page 6 Sep 2012 lis_input_matrix(3)