1lis_output_vector(3f) Lis Library Functions lis_output_vector(3f)
2
3
4
6 lis_output_vector - write the vector data
7
8
10 subroutine lis_output_vector(LIS_VECTOR v, LIS_INTEGER format, char
11 *filename, LIS_INTEGER ierr);
12
13
15 Write the vector data to the external file.
16
17
19 v The vector
20
21
22 format
23
24 LIS_FMT_PLAIN
25 The PLAIN format
26
27 LIS_FMT_MM
28 The Matrix Market format
29
30
31 filename
32 The destination file
33
34
36 None
37
38
40 lis(3)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 6 Sep 2012 lis_output_vector(3f)