1lis_output_vector(3) Lis Library Functions lis_output_vector(3)
2
3
4
6 lis_output_vector - write the vector data
7
8
10 #include "lis.h"
11
12 LIS_INT lis_output_vector(LIS_VECTOR v, LIS_INT format, char *file‐
13 name);
14
15
17 Write the vector data to the external file.
18
19
21 v The vector
22
23
24 format
25
26 LIS_FMT_PLAIN
27 The PLAIN format
28
29 LIS_FMT_MM
30 The Matrix Market format
31
32
33 filename
34 The destination file
35
36
38 None
39
40
42 The following exit values are returned:
43
44 0 The process is normally terminated
45
46 unspecified
47 An error occurred
48
49
51 lis(3)
52
53 http://www.ssisc.org/lis/
54
55
56
57
58Man Page 6 Sep 2012 lis_output_vector(3)