1lis_input_matrix(3)          Lis Library Functions         lis_input_matrix(3)
2
3
4

NAME

6       lis_input_matrix - read the matrix data
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_input_matrix(LIS_MATRIX A, char *filename);
13
14

DESCRIPTION

16       Read the matrix data from the external file.
17
18

INPUT

20       filename
21              The source file
22
23

OUTPUT

25       A      The matrix
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

NOTE

38       The following file formats are supported:
39
40       The Matrix Market format
41
42       The Harwell-Boeing format
43
44

SEE ALSO

46       lis(3)
47
48       http://www.ssisc.org/lis/
49
50
51
52
53Man Page                          6 Sep 2012               lis_input_matrix(3)
Impressum