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

NAME

6       lis_output_matrix - write the matrix data
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT  lis_output_matrix(LIS_MATRIX  A,  LIS_INT  format, char *file‐
13       name);
14
15

DESCRIPTION

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

INPUT

21       A      The matrix
22
23
24       format
25
26              LIS_FMT_MM
27                     The Matrix Market format
28
29
30       filename
31              The destination file
32
33

OUTPUT

35       None
36
37

EXIT STATUS

39       The following exit values are returned:
40
41       0      The process is normally terminated
42
43       unspecified
44              An error occurred
45
46

SEE ALSO

48       lis(3)
49
50       http://www.ssisc.org/lis/
51
52
53
54
55Man Page                          6 Sep 2012              lis_output_matrix(3)
Impressum