1lis_input_vector(3) Lis Library Functions lis_input_vector(3)
2
3
4
6 lis_input_vector - read the vector data
7
8
10 #include "lis.h"
11
12 LIS_INT lis_input_vector(LIS_VECTOR v, char *filename);
13
14
16 Read the vector data from the external file.
17
18
20 filename
21 The source file
22
23
25 v The vector
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 The following file formats are supported:
39
40 The PLAIN format
41
42 The extended Matrix Market format (extended to allow vector data)
43
44
46 lis(3)
47
48 http://www.ssisc.org/lis/
49
50
51
52
53Man Page 6 Sep 2012 lis_input_vector(3)