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

NAME

6       lis_vector_gather - get the values of the vector
7
8

SYNOPSIS

10       subroutine    lis_vector_gather(LIS_VECTOR   v,   LIS_SCALAR   value[],
11       LIS_INTEGER ierr);
12
13

DESCRIPTION

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

INPUT

20       v      The source vector
21
22

OUTPUT

24       value  The array to store the scalar values
25
26

SEE ALSO

28       lis(3)
29
30       http://www.ssisc.org/lis/
31
32
33
34
35Man Page                          6 Sep 2012             lis_vector_gather(3f)
Impressum