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

NAME

6       lis_output - write the matrix and vector data
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT  lis_output(LIS_MATRIX  A,  LIS_VECTOR b, LIS_VECTOR x, LIS_INT
13       format, char *filename);
14
15

DESCRIPTION

17       Write the matrix and vector data to the external file.
18
19

INPUT

21       A      The matrix
22
23
24       b      The right hand side vector (If  no  vector  is  written  to  the
25              external file, then NULL must be input.)
26
27
28       x      The solution (If no vector is written to the external file, then
29              NULL must be input.)
30
31
32       format
33
34              LIS_FMT_MM
35                     The Matrix Market format
36
37
38       filename
39              The destination file
40
41

OUTPUT

43       None
44
45

EXIT STATUS

47       The following exit values are returned:
48
49       0      The process is normally terminated
50
51       unspecified
52              An error occurred
53
54

SEE ALSO

56       lis(3)
57
58       http://www.ssisc.org/lis/
59
60
61
62
63Man Page                          6 Sep 2012                     lis_output(3)
Impressum