1lis_vector_get_values(3) Lis Library Functions lis_vector_get_values(3)
2
3
4
6 lis_vector_get_values - get the values of the rows of the vector
7
8
10 #include "lis.h"
11
12 LIS_INT lis_vector_get_values(LIS_INT flag, LIS_INT i, LIS_SCALAR
13 value, LIS_VECTOR v);
14
15
17 Get scalar value[i] of the start+i-th row of the vector v, where
18 i=0,1,...,count-1.
19
20
22 start The starting location
23
24
25 count The number of the values to get
26
27
28 v The source vector
29
30
32 value The value to store the scalar values
33
34
36 The following exit values are returned:
37
38 0 The process is normally terminated
39
40 unspecified
41 An error occurred
42
43
45 For the multiprocessing environment, the start+i-th row of the global
46 vector must be specified.
47
48
50 lis(3)
51
52 http://www.ssisc.org/lis/
53
54
55
56
57Man Page 6 Sep 2012 lis_vector_get_values(3)