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

NAME

6       lis_vector_gather - get the values of the vector
7
8

SYNOPSIS

10       #include "lis.h"
11
12       LIS_INT lis_vector_gather(LIS_VECTOR v, LIS_SCALAR value[]);
13
14

DESCRIPTION

16       Get   scalar   value[i]  of  the  i-th  row  of  the  vector  v,  where
17       i=0,1,...,global_n-1.
18
19

INPUT

21       v      The source vector
22
23

OUTPUT

25       value  The array to store the scalar values
26
27

EXIT STATUS

29       The following exit values are returned:
30
31       0      The process is normally terminated
32
33       unspecified
34              An error occurred
35
36

SEE ALSO

38       lis(3)
39
40       http://www.ssisc.org/lis/
41
42
43
44
45Man Page                          6 Sep 2012              lis_vector_gather(3)
Impressum