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

NAME

6       lis_output - write the matrix and vector data
7
8

SYNOPSIS

10       subroutine   lis_output(LIS_MATRIX   A,  LIS_VECTOR  b,  LIS_VECTOR  x,
11       LIS_INTEGER format, char *filename, LIS_INTEGER ierr);
12
13

DESCRIPTION

15       Write the matrix and vector data to the external file.
16
17

INPUT

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

OUTPUT

41       None
42
43

SEE ALSO

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